diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-18 14:55:52 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-18 14:55:52 -0400 |
commit | f9a50105486ad0706e103b47f63d6a69d7ef02fa (patch) | |
tree | bbea75a211180c4c2c165c23ccc33b3de035cf43 /home/overworld.asm | |
parent | 66019892ba0886c00751e590cbbc1ace2b6c5b3b (diff) |
Fix mistake.
Diffstat (limited to 'home/overworld.asm')
-rw-r--r-- | home/overworld.asm | 4 |
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
|