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
|
|
@ -8,9 +8,9 @@ CeruleanGymObject: ; 0x5c834 (size=50)
|
|||
db $0 ; signs
|
||||
|
||||
db $4 ; objects
|
||||
object SPRITE_BRUNETTE_GIRL, $4, $2, STAY, DOWN, $1, MISTY + $C8, $1
|
||||
object SPRITE_LASS, $2, $3, STAY, RIGHT, $2, JR__TRAINER_F + $C8, $1
|
||||
object SPRITE_SWIMMER, $8, $7, STAY, LEFT, $3, SWIMMER + $C8, $1
|
||||
object SPRITE_BRUNETTE_GIRL, $4, $2, STAY, DOWN, $1, OPP_MISTY, $1
|
||||
object SPRITE_LASS, $2, $3, STAY, RIGHT, $2, OPP_JR__TRAINER_F, $1
|
||||
object SPRITE_SWIMMER, $8, $7, STAY, LEFT, $3, OPP_SWIMMER, $1
|
||||
object SPRITE_GYM_HELPER, $7, $a, STAY, DOWN, $4 ; person
|
||||
|
||||
; warp-to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue