Pull map headers out of main.asm

This commit is contained in:
U-Fish-PC\Daniel 2014-05-17 17:18:23 -04:00
parent e1a931df6a
commit 4e4e72d02a
225 changed files with 1649 additions and 1426 deletions

8
data/mapHeaders/route16.asm Executable file
View file

@ -0,0 +1,8 @@
Route16_h: ; 0x58ada to 0x58afc (34 bytes) (id=27)
db OVERWORLD ; tileset
db ROUTE_16_HEIGHT, ROUTE_16_WIDTH ; dimensions (y, x)
dw Route16Blocks, Route16TextPointers, Route16Script ; blocks, texts, scripts
db SOUTH | EAST ; connections
SOUTH_MAP_CONNECTION ROUTE_17, ROUTE_17_WIDTH, 0, 0, ROUTE_17_WIDTH, Route17Blocks, ROUTE_16_WIDTH, ROUTE_16_HEIGHT
EAST_MAP_CONNECTION CELADON_CITY, CELADON_CITY_WIDTH, -3, 1, CELADON_CITY_HEIGHT - 3, CeladonCityBlocks, ROUTE_16_WIDTH
dw Route16Object ; objects