mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 17:04:08 +13:00
No more $C8
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
This commit is contained in:
parent
31d267d4ad
commit
dfc152d667
88 changed files with 428 additions and 423 deletions
|
|
@ -10,7 +10,7 @@ AgathaObject: ; 0x76534 (size=44)
|
|||
db $0 ; signs
|
||||
|
||||
db $1 ; objects
|
||||
object SPRITE_AGATHA, $5, $2, STAY, DOWN, $1, AGATHA + $C8, $1
|
||||
object SPRITE_AGATHA, $5, $2, STAY, DOWN, $1, OPP_AGATHA, $1
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $4 ; BRUNOS_ROOM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue