diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 00:58:22 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-14 00:58:22 +0100 |
commit | 94b47c0686d3f4c5da962011797cc89a2efdd88c (patch) | |
tree | 39c301010ead5f96ceb927a72e09de7d9550b266 /asm/shop.s | |
parent | f22be4d0105304147ca982a91c239b9e3a7d31aa (diff) |
decompile overworld
Diffstat (limited to 'asm/shop.s')
-rw-r--r-- | asm/shop.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/shop.s b/asm/shop.s index 97dbd07c8..c42af8ef1 100644 --- a/asm/shop.s +++ b/asm/shop.s @@ -230,7 +230,7 @@ CB2_ExitSellMenu: @ 80DFC48 ldr r0, =gFieldCallback ldr r1, =MapPostLoadHook_ExitBuyOrSellMenu str r1, [r0] - ldr r0, =c2_exit_to_overworld_2_switch + ldr r0, =CB2_ReturnToField bl SetMainCallback2 pop {r0} bx r0 @@ -2706,7 +2706,7 @@ Task_ExitBuyMenu: @ 80E11B0 bne _080E11D6 bl RemoveMoneyLabelObject bl BuyMenuFreeMemory - ldr r0, =c2_exit_to_overworld_2_switch + ldr r0, =CB2_ReturnToField bl SetMainCallback2 adds r0, r4, 0 bl DestroyTask |