summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
Diffstat (limited to 'items')
-rwxr-xr-xitems/item_effects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index 9c494885..cdbaacc2 100755
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -66,7 +66,7 @@ _DoItemEffect:: ; e7a6 (3:67a6)
dw XSpeed
dw XSpecial
dw CoinCase
- dw Itemfinder
+ dw ItemfinderEffect
dw PokeFlute
dw ExpShare
dw OldRod
@@ -2138,8 +2138,8 @@ UseRod:
farcall FishingRodFunction ; same bank
ret
-Itemfinder: ; f5ff (3:75ff)
- farcall ItemfinderFunction
+ItemfinderEffect: ; f5ff (3:75ff)
+ farcall ItemFinder
ret
Elixer: ; f606