pokered/data/mapObjects/agatha.asm
dannye dfc152d667 No more $C8
Use OPP_ constants separate from trainer constants since
valid opponents can be all Pokemon and trainers
2015-08-10 11:09:16 -05:00

19 lines
504 B
NASM
Executable file

AgathaObject: ; 0x76534 (size=44)
db $0 ; border block
db $4 ; warps
db $b, $4, $2, BRUNOS_ROOM
db $b, $5, $3, BRUNOS_ROOM
db $0, $4, $0, LANCES_ROOM
db $0, $5, $0, LANCES_ROOM
db $0 ; signs
db $1 ; objects
object SPRITE_AGATHA, $5, $2, STAY, DOWN, $1, OPP_AGATHA, $1
; warp-to
EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $4 ; BRUNOS_ROOM
EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $5 ; BRUNOS_ROOM
EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $4 ; LANCES_ROOM
EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $5 ; LANCES_ROOM