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 22877e26e..b3cc62434 100644
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -358,7 +358,7 @@ endr
push de
; BUG: callba overwrites a,
- ; and GetItem takes b anyway.
+ ; and GetItemHeldEffect takes b anyway.
; This is probably the reason
; the HELD_CATCH_CHANCE effect
@@ -368,7 +368,7 @@ endr
ld a, [BattleMonItem]
; ld b, a
- callba GetItem
+ callba GetItemHeldEffect
ld a, b
cp HELD_CATCH_CHANCE