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,8 +8,8 @@ PewterGymObject: ; 0x5c52e (size=42)
|
|||
db $0 ; signs
|
||||
|
||||
db $3 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $4, $1, STAY, DOWN, $1, BROCK + $C8, $1
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $3, $6, STAY, RIGHT, $2, JR__TRAINER_M + $C8, $1
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $4, $1, STAY, DOWN, $1, OPP_BROCK, $1
|
||||
object SPRITE_BLACK_HAIR_BOY_1, $3, $6, STAY, RIGHT, $2, OPP_JR__TRAINER_M, $1
|
||||
object SPRITE_GYM_HELPER, $7, $a, STAY, DOWN, $3 ; person
|
||||
|
||||
; warp-to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue