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
7
data/mapHeaders/indigoplateau.asm
Executable file
7
data/mapHeaders/indigoplateau.asm
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
IndigoPlateau_h: ; 0x5091e to 0x50935 (23 bytes) (id=9)
|
||||
db PLATEAU ; tileset
|
||||
db INDIGO_PLATEAU_HEIGHT, INDIGO_PLATEAU_WIDTH ; dimensions (y, x)
|
||||
dw IndigoPlateauBlocks, IndigoPlateauTextPointers, IndigoPlateauScript ; blocks, texts, scripts
|
||||
db SOUTH ; connections
|
||||
SOUTH_MAP_CONNECTION ROUTE_23, ROUTE_23_WIDTH, 0, 0, ROUTE_23_WIDTH, Route23Blocks, INDIGO_PLATEAU_WIDTH, INDIGO_PLATEAU_HEIGHT
|
||||
dw IndigoPlateauObject ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue