mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-15 19:54:24 +13:00
fix tradeback tutor text speed issue
This commit is contained in:
parent
9f5094d23e
commit
0adce2c33e
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue