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
6
data/mapHeaders/route15gate.asm
Executable file
6
data/mapHeaders/route15gate.asm
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184)
|
||||
db GATE ; tileset
|
||||
db ROUTE_15_GATE_1F_HEIGHT, ROUTE_15_GATE_1F_WIDTH ; dimensions (y, x)
|
||||
dw Route15GateBlocks, Route15GateTextPointers, Route15GateScript ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
dw Route15GateObject ; objects
|
||||
Loading…
Add table
Add a link
Reference in a new issue