diff options
Diffstat (limited to 'scripts/saffrongym.asm')
-rwxr-xr-x | scripts/saffrongym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/saffrongym.asm b/scripts/saffrongym.asm index 336d40e9..39f4df10 100755 --- a/scripts/saffrongym.asm +++ b/scripts/saffrongym.asm @@ -180,7 +180,7 @@ SaffronGymText1: ; 5d118 (17:5118) ld de, SaffronGymText_5d167 call PreBattleSaveRegisters ldh a, [$8c] - ld [wcf13], a + ld [wSpriteIndex], a call EngageMapTrainer call InitBattleEnemyParameters ld a, $6 |