mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
fixed the silph letter playing garbage when used
This commit is contained in:
parent
a1e52924d0
commit
d77117aa40
|
@ -131,7 +131,6 @@ ItemUseLetter:
|
||||||
ld a, [wIsInBattle]
|
ld a, [wIsInBattle]
|
||||||
and a
|
and a
|
||||||
jp nz, ItemUseNotTime
|
jp nz, ItemUseNotTime
|
||||||
text_asm
|
|
||||||
ld hl, ChiefLetterText
|
ld hl, ChiefLetterText
|
||||||
call PrintText
|
call PrintText
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
Loading…
Reference in a new issue