mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +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
|
|
@ -14,7 +14,7 @@ Mansion1Object: ; 0x443a4 (size=90)
|
|||
db $0 ; signs
|
||||
|
||||
db $3 ; objects
|
||||
object SPRITE_OAK_AIDE, $11, $11, STAY, LEFT, $1, SCIENTIST + $C8, $4
|
||||
object SPRITE_OAK_AIDE, $11, $11, STAY, LEFT, $1, OPP_SCIENTIST, $4
|
||||
object SPRITE_BALL, $e, $3, STAY, NONE, $2, ESCAPE_ROPE
|
||||
object SPRITE_BALL, $12, $15, STAY, NONE, $3, CARBOS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue