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/route21.asm
Executable file
8
data/mapHeaders/route21.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route21_h: ; 0x54fff to 0x55021 (34 bytes) (id=32)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_21_HEIGHT, ROUTE_21_WIDTH ; dimensions (y, x)
|
||||
dw Route21Blocks, Route21TextPointers, Route21Script ; blocks, texts, scripts
|
||||
db NORTH | SOUTH ; connections
|
||||
NORTH_MAP_CONNECTION PALLET_TOWN, PALLET_TOWN_WIDTH, PALLET_TOWN_HEIGHT, 0, 0, PALLET_TOWN_WIDTH, PalletTownBlocks
|
||||
SOUTH_MAP_CONNECTION CINNABAR_ISLAND, CINNABAR_ISLAND_WIDTH, 0, 0, CINNABAR_ISLAND_WIDTH, CinnabarIslandBlocks, ROUTE_21_WIDTH, ROUTE_21_HEIGHT
|
||||
dw Route21Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue