aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 19:28:43 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 19:28:43 -0400
commit9c61b495da446c2216bcd8c56aaa55fffdbf3d61 (patch)
tree7f8706e0e174bffa26dad81fb08af5c6a98f99a1 /engine/hall_of_fame.asm
parentFix all of bank0 related errors. (diff)
downloadpokeyellow-9c61b495da446c2216bcd8c56aaa55fffdbf3d61.tar.gz
pokeyellow-9c61b495da446c2216bcd8c56aaa55fffdbf3d61.tar.xz
pokeyellow-9c61b495da446c2216bcd8c56aaa55fffdbf3d61.zip
Fix bank1c errors and a few missed bank0 errors.
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm2
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