diff options
Diffstat (limited to 'engine/pokecenter_pc.asm')
-rwxr-xr-x | engine/pokecenter_pc.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/pokecenter_pc.asm b/engine/pokecenter_pc.asm index 7d76d07d3..4d31109ac 100755 --- a/engine/pokecenter_pc.asm +++ b/engine/pokecenter_pc.asm @@ -140,7 +140,7 @@ HallOfFamePC: ; 1569a call PC_PlayChoosePCSound call FadeToMenu callba _HallOfFamePC - call Function2b3c + call ReturnToCallingMenu and a ret ; 156ab @@ -323,7 +323,7 @@ KrisWithdrawItemMenu: ; 0x157d1 jr .asm_157da .asm_157e4 - call Function2b3c + call ReturnToCallingMenu xor a ret ; 0x157e9 @@ -403,7 +403,7 @@ KrisTossItemMenu: ; 0x1585f jr .asm_15868 .asm_15878 - call Function2b3c + call ReturnToCallingMenu xor a ret ; 0x1587d @@ -442,7 +442,7 @@ KrisDepositItemMenu: ; 0x1588b jr .asm_1589c .asm_158b3 - call Function2b3c + call ReturnToCallingMenu .asm_158b6 xor a @@ -450,7 +450,7 @@ KrisDepositItemMenu: ; 0x1588b ; 0x158b8 Function158b8: ; 0x158b8 - callba Function129d5 + callba HasNoItems ret nc ld hl, UnknownText_0x158c7 call MenuTextBoxBackup |