diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 10:41:59 -0400 |
commit | 789ebc73042e07b5e50b3cc3c17ebd1df141f000 (patch) | |
tree | 4b8ef20101e73ba626751ec76d86888274b84486 /items | |
parent | bfe2f6d52e035ea03a372cabb18ba5cf57823bf9 (diff) |
Port homecall macro
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 2 |
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 |