diff options
Diffstat (limited to 'scripts/pewtergym.asm')
-rwxr-xr-x | scripts/pewtergym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pewtergym.asm b/scripts/pewtergym.asm index 2feb9817..0ab4c3a4 100755 --- a/scripts/pewtergym.asm +++ b/scripts/pewtergym.asm @@ -128,7 +128,7 @@ PewterGymText1: ; 5c44e (17:444e) ld de, PewterGymText_5c4bc call PreBattleSaveRegisters ldh a, [$8c] - ld [wcf13], a + ld [wSpriteIndex], a call EngageMapTrainer call InitBattleEnemyParameters ld a, $1 |