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/route9.asm
Executable file
8
data/mapHeaders/route9.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route9_h: ; 0x54686 to 0x546a8 (34 bytes) (id=20)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_9_HEIGHT, ROUTE_9_WIDTH ; dimensions (y, x)
|
||||
dw Route9Blocks, Route9TextPointers, Route9Script ; blocks, texts, scripts
|
||||
db WEST | EAST ; connections
|
||||
WEST_MAP_CONNECTION CERULEAN_CITY, CERULEAN_CITY_WIDTH, -3, 1, CERULEAN_CITY_HEIGHT - 3, CeruleanCityBlocks, ROUTE_9_WIDTH
|
||||
EAST_MAP_CONNECTION ROUTE_10, ROUTE_10_WIDTH, 0, 0, ROUTE_10_HEIGHT - 24, Route10Blocks, ROUTE_9_WIDTH
|
||||
dw Route9Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue