summaryrefslogtreecommitdiff
path: root/home/item.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/item.asm')
-rw-r--r--home/item.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/item.asm b/home/item.asm
index bee5f678..abad27f2 100644
--- a/home/item.asm
+++ b/home/item.asm
@@ -1,12 +1,12 @@
DoItemEffect::
- callba DoItemEffect_
+ farcall DoItemEffect_
ret
CheckTossableItem::
push hl
push de
push bc
- callba CheckTossableItem_
+ farcall CheckTossableItem_
pop bc
pop de
pop hl