fixed the silph letter playing garbage when used

This commit is contained in:
jojobear13 2023-09-26 23:07:06 -05:00
parent a1e52924d0
commit d77117aa40

View file

@ -131,7 +131,6 @@ ItemUseLetter:
ld a, [wIsInBattle]
and a
jp nz, ItemUseNotTime
text_asm
ld hl, ChiefLetterText
call PrintText
jp TextScriptEnd