mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-01 00:59:35 +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 @@ BrunoObject: ; 0x763d7 (size=44)
|
|||
db $0 ; signs
|
||||
|
||||
db $1 ; objects
|
||||
object SPRITE_BRUNO, $5, $2, STAY, DOWN, $1, BRUNO + $C8, $1
|
||||
object SPRITE_BRUNO, $5, $2, STAY, DOWN, $1, OPP_BRUNO, $1
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP BRUNOS_ROOM_WIDTH, $b, $4 ; LORELEIS_ROOM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue