EI0 Map editor PSP: Difference between revisions
From GameBrew
More actions
m HydeWing moved page EI0 Map editor plus OSlib PSP to EI0 Map editor PSP |
No edit summary |
||
| Line 20: | Line 20: | ||
Here's the source code from the developer to load maps (using OSlib): | Here's the source code from the developer to load maps (using OSlib): | ||
<pre> | |||
while (!osl_quit) | while (!osl_quit) | ||
{ | { | ||
| Line 57: | Line 58: | ||
fclose(bg); | fclose(bg); | ||
fclose(events); | fclose(events); | ||
map1_map tables are shorts. | </pre><br> | ||
map1_map tables are shorts. | |||
Also, these are the defines developer used: | |||
#define map1_map(i,j) map1_map[j] | #define map1_map(i,j) map1_map[j] | ||
#define map1_map1(i,j) map1_map1[j] | #define map1_map1(i,j) map1_map1[j] | ||
