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
|
|
@ -9,8 +9,8 @@ Mansion3Object: ; 0x522e6 (size=64)
|
|||
db $0 ; signs
|
||||
|
||||
db $5 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $5, $b, WALK, $2, $1, BURGLAR + $C8, $8
|
||||
object SPRITE_OAK_AIDE, $14, $b, STAY, LEFT, $2, SCIENTIST + $C8, $c
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $5, $b, WALK, $2, $1, OPP_BURGLAR, $8
|
||||
object SPRITE_OAK_AIDE, $14, $b, STAY, LEFT, $2, OPP_SCIENTIST, $c
|
||||
object SPRITE_BALL, $1, $10, STAY, NONE, $3, MAX_POTION
|
||||
object SPRITE_BALL, $19, $5, STAY, NONE, $4, IRON
|
||||
object SPRITE_BOOK_MAP_DEX, $6, $c, STAY, NONE, $5 ; person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue