fix tradeback tutor text speed issue

This commit is contained in:
Thorn Avery 2023-09-25 11:42:31 +10:00
parent 9f5094d23e
commit 0adce2c33e

View file

@ -77,13 +77,7 @@ TradebackTutorText1:
pop bc
ld a, b
ld [wWhichPokemon], a
ld a, [wLetterPrintingDelayFlags]
push af
xor a
ld [wLetterPrintingDelayFlags], a
predef LearnMove
pop af
ld [wLetterPrintingDelayFlags], a
ld a, b
and a
jr z, .exit