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 GetTrainerAttributes
|
||||||
callfar ReadTrainerParty
|
callfar ReadTrainerParty
|
||||||
|
|
||||||
|
; RIVAL1's first mon has no held item
|
||||||
ld a, [TrainerClass]
|
ld a, [TrainerClass]
|
||||||
cp RIVAL1
|
cp RIVAL1
|
||||||
jr nz, .ok
|
jr nz, .ok
|
||||||
|
|
Loading…
Reference in New Issue