mirror of https://github.com/pret/pokecrystal.git
Comment on RIVAL1 item
This commit is contained in:
parent
22fd1221f5
commit
f556ab9a4c
|
@ -8394,6 +8394,7 @@ InitEnemyTrainer: ; 3f594
|
|||
callfar GetTrainerAttributes
|
||||
callfar ReadTrainerParty
|
||||
|
||||
; RIVAL1's first mon has no held item
|
||||
ld a, [TrainerClass]
|
||||
cp RIVAL1
|
||||
jr nz, .ok
|
||||
|
|
Loading…
Reference in New Issue