mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-05 05:00:59 +13:00
Fix Silph Letter battle bug
well, that was embarassing...
This commit is contained in:
parent
508a4e790e
commit
9d935a59a1
|
|
@ -128,6 +128,9 @@ ItemUsePtrTable:
|
||||||
dw UnusableItem ; FLOOR_14F
|
dw UnusableItem ; FLOOR_14F
|
||||||
|
|
||||||
ItemUseLetter:
|
ItemUseLetter:
|
||||||
|
ld a, [wIsInBattle]
|
||||||
|
and a
|
||||||
|
jp nz, ItemUseNotTime
|
||||||
text_asm
|
text_asm
|
||||||
ld hl, ChiefLetterText
|
ld hl, ChiefLetterText
|
||||||
call PrintText
|
call PrintText
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue