diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
| commit | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (patch) | |
| tree | 7b1cafe1ca8d3aacb63254118cfc5f8c173adc52 /data/mapHeaders/celadoncity.asm | |
| parent | Pull map objects out of main.asm (diff) | |
| download | pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.gz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.xz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.zip | |
Pull map headers out of main.asm
Diffstat (limited to 'data/mapHeaders/celadoncity.asm')
| -rwxr-xr-x | data/mapHeaders/celadoncity.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/mapHeaders/celadoncity.asm b/data/mapHeaders/celadoncity.asm new file mode 100755 index 00000000..12a1731a --- /dev/null +++ b/data/mapHeaders/celadoncity.asm @@ -0,0 +1,8 @@ +CeladonCity_h: ; 18000 (6:4000) + db OVERWORLD ; tileset + db CELADON_CITY_HEIGHT, CELADON_CITY_WIDTH ; dimensions (y, x) + dw CeladonCityBlocks, CeladonCityTextPointers, CeladonCityScript ; blocks, texts, scripts + db WEST | EAST ; connections + WEST_MAP_CONNECTION ROUTE_16, ROUTE_16_WIDTH, 4, 0, ROUTE_16_HEIGHT, Route16Blocks, CELADON_CITY_WIDTH + EAST_MAP_CONNECTION ROUTE_7, ROUTE_7_WIDTH, 4, 0, ROUTE_7_HEIGHT, Route7Blocks, CELADON_CITY_WIDTH + dw CeladonCityObject ; objects |
