Merge pull request #18 from thornAvery/master

Tradeback Tutor Textspeed Troubles
This commit is contained in:
Llinos Evans 2023-09-25 03:01:12 +01:00 committed by GitHub
commit da433c6758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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