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/route4.asm
Executable file
8
data/mapHeaders/route4.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route4_h: ; 0x54390 to 0x543b2 (34 bytes) (id=15)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_4_HEIGHT, ROUTE_4_WIDTH ; dimensions (y, x)
|
||||
dw Route4Blocks, Route4TextPointers, Route4Script; blocks, texts, scripts
|
||||
db SOUTH | EAST ; connections
|
||||
SOUTH_MAP_CONNECTION ROUTE_3, ROUTE_3_WIDTH, -3, 22, ROUTE_3_WIDTH - 22, Route3Blocks, ROUTE_4_WIDTH, ROUTE_4_HEIGHT
|
||||
EAST_MAP_CONNECTION CERULEAN_CITY, CERULEAN_CITY_WIDTH, -3, 1, CERULEAN_CITY_HEIGHT - 3, CeruleanCityBlocks, ROUTE_4_WIDTH
|
||||
dw Route4Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue