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
16
data/mapObjects/route16gateupstairs.asm
Executable file
16
data/mapObjects/route16gateupstairs.asm
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
Route16GateUpstairsObject: ; 0x4984c (size=30)
|
||||
db $a ; border block
|
||||
|
||||
db $1 ; warps
|
||||
db $7, $7, $8, ROUTE_16_GATE_1F
|
||||
|
||||
db $2 ; signs
|
||||
db $2, $1, $3 ; Route16GateUpstairsText3
|
||||
db $2, $6, $4 ; Route16GateUpstairsText4
|
||||
|
||||
db $2 ; people
|
||||
db SPRITE_YOUNG_BOY, $2 + 4, $4 + 4, $ff, $ff, $1 ; person
|
||||
db SPRITE_LITTLE_GIRL, $5 + 4, $2 + 4, $fe, $2, $2 ; person
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP ROUTE_16_GATE_2F_WIDTH, $7, $7 ; ROUTE_16_GATE_1F
|
||||
Loading…
Add table
Add a link
Reference in a new issue