modified: 16/modex16/scroll.exe
\r
setkb(1);\r
/* create the map */\r
- map = allocMap(40,30);\r
+ map = allocMap(40,30); //20x15 is the resolution of the screen you can make maps smaller than 20x15 but the null space needs to be drawn properly\r
initMap(&map);\r
mv.map = ↦\r
mv2.map = ↦\r
for(y=0; y<16; y++) {\r
for(x=0; x<32; x++) {\r
if(x<16)\r
- map->tiles->data->data[i] = 0x00;\r
+ map->tiles->data->data[i] = 0x24;\r
else\r
- map->tiles->data->data[i] = 0x47;\r
+ map->tiles->data->data[i] = 0x34;\r
i++;\r
}\r
}\r