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/route18.asm Executable file
View file

@ -0,0 +1,8 @@
Route18_h: ; 0x58c38 to 0x58c5a (34 bytes) (id=29)
db OVERWORLD ; tileset
db ROUTE_18_HEIGHT, ROUTE_18_WIDTH ; dimensions (y, x)
dw Route18Blocks, Route18TextPointers, Route18Script ; blocks, texts, scripts
db NORTH | EAST ; connections
NORTH_MAP_CONNECTION ROUTE_17, ROUTE_17_WIDTH, ROUTE_17_HEIGHT, 0, 0, ROUTE_17_WIDTH, Route17Blocks
EAST_MAP_CONNECTION FUCHSIA_CITY, FUCHSIA_CITY_WIDTH, -3, 1, FUCHSIA_CITY_HEIGHT - 3, FuchsiaCityBlocks, ROUTE_18_WIDTH
dw Route18Object ; objects