summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-27 10:41:59 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-27 10:41:59 -0400
commit789ebc73042e07b5e50b3cc3c17ebd1df141f000 (patch)
tree4b8ef20101e73ba626751ec76d86888274b84486 /items
parentbfe2f6d52e035ea03a372cabb18ba5cf57823bf9 (diff)
Port homecall macro
Diffstat (limited to 'items')
-rw-r--r--items/item_effects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index b2ec6d0be..21707e3e3 100644
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -2929,7 +2929,7 @@ Play_SFX_FULL_HEAL: ; f780
ret
; f789
-UseItemText ; f789
+UseItemText: ; f789
ld hl, UsedItemText
call PrintText
call Play_SFX_FULL_HEAL