mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Pull map headers out of main.asm
This commit is contained in:
parent
e1a931df6a
commit
4e4e72d02a
225 changed files with 1649 additions and 1426 deletions
8
data/mapHeaders/route20.asm
Executable file
8
data/mapHeaders/route20.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route20_h: ; 0x500f1 to 0x50113 (34 bytes) (id=31)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_20_HEIGHT, ROUTE_20_WIDTH ; dimensions (y, x)
|
||||
dw Route20Blocks, Route20TextPointers, Route20Script ; blocks, texts, scripts
|
||||
db WEST | EAST ; connections
|
||||
WEST_MAP_CONNECTION CINNABAR_ISLAND, CINNABAR_ISLAND_WIDTH, 0, 0, CINNABAR_ISLAND_HEIGHT, CinnabarIslandBlocks, ROUTE_20_WIDTH
|
||||
EAST_MAP_CONNECTION ROUTE_19, ROUTE_19_WIDTH, -3, 15, ROUTE_19_HEIGHT - 15, Route19Blocks, ROUTE_20_WIDTH
|
||||
dw Route20Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue