diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 23:23:28 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-10 23:23:28 -0500 |
commit | 4b35fa05829eb5257186699d8a8e44362905468c (patch) | |
tree | 750134f1c0cf8f608c100dfbb9906a7a3f4c991d /items | |
parent | 03f0815679bdd27241d7c212d2667ec30764b820 (diff) |
Added w3 and w5 labels for misc/mobile_40.asm
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 15332f0d8..e7fcaa35d 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1438,7 +1438,7 @@ RareCandy: ; ef14 ld bc, $0004 predef PrintTempMonStats - call Functiona80 + call WaitPressAorB_BlinkCursor xor a ; PARTYMON ld [MonType], a @@ -1921,7 +1921,7 @@ Functionf279: ; f279 (3:7279) ld [hBGMapMode], a ld c, $32 call DelayFrames - jp Functiona80 + jp WaitPressAorB_BlinkCursor Functionf299: ; f299 (3:7299) call WontHaveAnyEffectMessage @@ -2943,7 +2943,7 @@ Functionf789: ; f789 ld hl, UsedItemText call PrintText call Play_SFX_FULL_HEAL - call Functiona80 + call WaitPressAorB_BlinkCursor ; fallthrough ; f795 |