mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Pull map objects out of main.asm
This commit is contained in:
parent
b438d0c1d7
commit
e1a931df6a
227 changed files with 5208 additions and 4974 deletions
14
data/mapObjects/route15gateupstairs.asm
Executable file
14
data/mapObjects/route15gateupstairs.asm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
Route15GateUpstairsObject: ; 4969d (12:569d)
|
||||
db $a ; border block
|
||||
|
||||
db $1 ; warps
|
||||
db $7, $7, $4, ROUTE_15_GATE_1F
|
||||
|
||||
db $1 ; signs
|
||||
db $2, $6, $2 ; Route15GateUpstairsText2
|
||||
|
||||
db $1 ; people
|
||||
db SPRITE_OAK_AIDE, $2 + 4, $4 + 4, $ff, $d0, $1
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP ROUTE_15_GATE_2F_WIDTH, $7, $7 ; ROUTE_15_GATE_1F
|
||||
Loading…
Add table
Add a link
Reference in a new issue