mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
polishing the added pokemon a little
This commit is contained in:
parent
e02394e8d2
commit
d8cb5a331f
10 changed files with 109 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue