mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 10:32:29 +13:00
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89
17 lines
425 B
NASM
Executable file
17 lines
425 B
NASM
Executable file
Route11GateUpstairsObject: ; 0x494da (size=30)
|
|
db $a ; border block
|
|
|
|
db $1 ; warps
|
|
db $7, $7, $4, ROUTE_11_GATE_1F
|
|
|
|
db $2 ; signs
|
|
db $2, $1, $3 ; Route11GateUpstairsText3
|
|
db $2, $6, $4 ; Route11GateUpstairsText4
|
|
|
|
db $2 ; objects
|
|
object SPRITE_BUG_CATCHER, $4, $2, WALK, $2, $1 ; person
|
|
object SPRITE_OAK_AIDE, $2, $6, STAY, NONE, $2 ; person
|
|
|
|
; warp-to
|
|
EVENT_DISP ROUTE_11_GATE_2F_WIDTH, $7, $7 ; ROUTE_11_GATE_1F
|