summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-18 14:55:52 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-18 14:55:52 -0400
commitf9a50105486ad0706e103b47f63d6a69d7ef02fa (patch)
treebbea75a211180c4c2c165c23ccc33b3de035cf43
parent66019892ba0886c00751e590cbbc1ace2b6c5b3b (diff)
Fix mistake.
-rw-r--r--home/overworld.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 3309f1cc..e98be1c0 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -737,8 +737,8 @@ HandleBlackOut:: ; 0762 (0:0762)
call StopMusic
ld hl, wd72e
res 5, [hl]
- callsb ResetStatusAndHalveMoneyOnBlackout ; also Bank(SpecialWarpIn) and Bank(SpecialEnterMap)
- callab Func_f0274 ; 3c:4274
+ switchbank SpecialWarpIn ; also Bank(SpecialEnterMap)
+ callab ResetStatusAndHalveMoneyOnBlackout ; 3c:4274
call SpecialWarpIn
call Func_2312
jp SpecialEnterMap