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/route10.asm
Executable file
8
data/mapHeaders/route10.asm
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
Route10_h: ; 0x582d4 to 0x582f6 (34 bytes) (id=21)
|
||||
db OVERWORLD ; tileset
|
||||
db ROUTE_10_HEIGHT, ROUTE_10_WIDTH ; dimensions (y, x)
|
||||
dw Route10Blocks, Route10TextPointers, Route10Script ; blocks, texts, scripts
|
||||
db SOUTH | WEST ; connections
|
||||
SOUTH_MAP_CONNECTION LAVENDER_TOWN, LAVENDER_TOWN_WIDTH, 0, 0, LAVENDER_TOWN_WIDTH, LavenderTownBlocks, ROUTE_10_WIDTH, ROUTE_10_HEIGHT
|
||||
WEST_MAP_CONNECTION ROUTE_9, ROUTE_9_WIDTH, 0, 0, ROUTE_9_HEIGHT, Route9Blocks, ROUTE_10_WIDTH
|
||||
dw Route10Object ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue