mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-20 01:31:31 +13:00
fix tradeback tutor text speed issue
This commit is contained in:
parent
9f5094d23e
commit
0adce2c33e
|
|
@ -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