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/route13.asm
Executable file
8
data/mapHeaders/route13.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route13_h: ; 0x5480c to 0x5482e (34 bytes) (id=24)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_13_HEIGHT, ROUTE_13_WIDTH ; dimensions (y, x)
|
||||
dw Route13Blocks, Route13TextPointers, Route13Script ; blocks, texts, scripts
|
||||
db NORTH | WEST ; connections
|
||||
NORTH_MAP_CONNECTION ROUTE_12, ROUTE_12_WIDTH, ROUTE_12_HEIGHT, 20, 0, ROUTE_12_WIDTH, Route12Blocks
|
||||
WEST_MAP_CONNECTION ROUTE_14, ROUTE_14_WIDTH, 0, 0, ROUTE_14_HEIGHT - 15, Route14Blocks, ROUTE_13_WIDTH
|
||||
dw Route13Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue