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:
Llinos Evans 2023-09-25 03:01:01 +01:00
parent f23b59d7b7
commit 47a144d99e
2 changed files with 1 additions and 6 deletions

View file

@ -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

View file

@ -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