polishing the added pokemon a little

This commit is contained in:
MementoMartha 2022-09-27 22:58:06 +01:00
parent e02394e8d2
commit d8cb5a331f
10 changed files with 109 additions and 40 deletions

View file

@ -82,6 +82,8 @@ GaryScript2:
ld a, $3
.saveTrainerId
ld [wTrainerNo], a
ld a, 1
ld [wIsTrainerBattle], a
xor a
ldh [hJoyHeld], a
@ -93,6 +95,8 @@ GaryScript3:
ld a, [wIsInBattle]
cp $ff
jp z, ResetGaryScript
xor a
ld [wIsTrainerBattle], a
call UpdateSprites
SetEvent EVENT_BEAT_CHAMPION_RIVAL
ld a, $f0