summaryrefslogtreecommitdiff
path: root/items/item_effects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'items/item_effects.asm')
-rw-r--r--items/item_effects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index f830cd22b..562bf873c 100644
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -1006,7 +1006,7 @@ LoveBallMultiplier:
pop de
cp d
pop bc
- ret nz ; for the intended effect, this should be “ret z”
+ ret nz ; for the intended effect, this should be "ret z"
sla b
jr c, .max
@@ -1044,7 +1044,7 @@ FastBallMultiplier:
cp -1
jr z, .next
cp c
- jr nz, .next ; for the intended effect, this should be “jr nz, .loop”
+ jr nz, .next ; for the intended effect, this should be "jr nz, .loop"
sla b
jr c, .max