mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Merge pull request #18 from thornAvery/master
Tradeback Tutor Textspeed Troubles
This commit is contained in:
commit
da433c6758
|
@ -77,13 +77,7 @@ TradebackTutorText1:
|
||||||
pop bc
|
pop bc
|
||||||
ld a, b
|
ld a, b
|
||||||
ld [wWhichPokemon], a
|
ld [wWhichPokemon], a
|
||||||
ld a, [wLetterPrintingDelayFlags]
|
|
||||||
push af
|
|
||||||
xor a
|
|
||||||
ld [wLetterPrintingDelayFlags], a
|
|
||||||
predef LearnMove
|
predef LearnMove
|
||||||
pop af
|
|
||||||
ld [wLetterPrintingDelayFlags], a
|
|
||||||
ld a, b
|
ld a, b
|
||||||
and a
|
and a
|
||||||
jr z, .exit
|
jr z, .exit
|
||||||
|
|
Loading…
Reference in a new issue