mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Text speed fix
Thanks to thornAvery for diagnosing why this happened! Quick test says this works fine and without consequence.
This commit is contained in:
parent
f23b59d7b7
commit
47a144d99e
|
@ -369,6 +369,7 @@ If you use our implementations of anything at all, it is encouraged to submit Pu
|
|||
* BlueZangoose / Vimescarrot - Pokemon box expansion, Instatext option, general assistance.
|
||||
* Albatross - Many of the new sprites used in the hack (A significant number of post-Gen 1 evolutions, all regional variants, Meltan and Carapthor lines, etc.)
|
||||
* LuciShrimp - Mewtwo & FireRed/LeafGreen Legendary custom battle music
|
||||
* thornAvery - Various bug fixes, notably to text speed errors.
|
||||
* pret et al - Pokémon Red and Blue Disassembly Project, many tutorials helped us!
|
||||
* ausma - Showdown Mod assistance
|
||||
* Paulluxx - Showdown Mod assistance
|
||||
|
|
|
@ -77,13 +77,7 @@ MoveRelearnerText1:
|
|||
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