diff options
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 8c7ca55f..0bd906c7 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -152,7 +152,7 @@ Func_7030e: ; 7030e (1c:430e) call GetPartyMonName call Func_70348 ld a, [wTrainerEngageDistance] - ld [wcf91], a + ld [wWhichPokemon], a callab Func_fce18 ; 3f:4e18 jr nc, .asm_70336 ld e,$22 |