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
|
|
@ -16,7 +16,7 @@ SSAnne2Object: ; 0x61514 (size=90)
|
|||
|
||||
db $2 ; objects
|
||||
object SPRITE_WAITER, $3, $7, WALK, $1, $1 ; person
|
||||
object SPRITE_BLUE, $24, $4, STAY, DOWN, $2, SONY1 + $C8, $1
|
||||
object SPRITE_BLUE, $24, $4, STAY, DOWN, $2, OPP_SONY1, $1
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP SS_ANNE_2_WIDTH, $b, $9 ; SS_ANNE_9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue