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
|
|
@ -10,7 +10,7 @@ Mansion2Object: ; 0x520d1 (size=63)
|
|||
db $0 ; signs
|
||||
|
||||
db $4 ; objects
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $3, $11, WALK, $2, $1, BURGLAR + $C8, $7
|
||||
object SPRITE_BLACK_HAIR_BOY_2, $3, $11, WALK, $2, $1, OPP_BURGLAR, $7
|
||||
object SPRITE_BALL, $1c, $7, STAY, NONE, $2, CALCIUM
|
||||
object SPRITE_BOOK_MAP_DEX, $12, $2, STAY, NONE, $3 ; person
|
||||
object SPRITE_BOOK_MAP_DEX, $3, $16, STAY, NONE, $4 ; person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue