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
|
|
@ -11,7 +11,7 @@ RocketHideout2Object: ; 0x450f7 (size=80)
|
|||
db $0 ; signs
|
||||
|
||||
db $5 ; objects
|
||||
object SPRITE_ROCKET, $14, $c, STAY, DOWN, $1, ROCKET + $C8, $d
|
||||
object SPRITE_ROCKET, $14, $c, STAY, DOWN, $1, OPP_ROCKET, $d
|
||||
object SPRITE_BALL, $1, $b, STAY, NONE, $2, MOON_STONE
|
||||
object SPRITE_BALL, $10, $8, STAY, NONE, $3, NUGGET
|
||||
object SPRITE_BALL, $6, $c, STAY, NONE, $4, TM_07
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue