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
|
|
@ -7,8 +7,8 @@ Mansion4Object: ; 0x52498 (size=69)
|
|||
db $0 ; signs
|
||||
|
||||
db $8 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $10, $17, STAY, NONE, $1, BURGLAR + $C8, $9
|
||||
object SPRITE_OAK_AIDE, $1b, $b, STAY, DOWN, $2, SCIENTIST + $C8, $d
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $10, $17, STAY, NONE, $1, OPP_BURGLAR, $9
|
||||
object SPRITE_OAK_AIDE, $1b, $b, STAY, DOWN, $2, OPP_SCIENTIST, $d
|
||||
object SPRITE_BALL, $a, $2, STAY, NONE, $3, RARE_CANDY
|
||||
object SPRITE_BALL, $1, $16, STAY, NONE, $4, FULL_RESTORE
|
||||
object SPRITE_BALL, $13, $19, STAY, NONE, $5, TM_14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue