diff --git a/README.md b/README.md index 1ce3f56b..2a8ab3d6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/move_relearner.asm b/scripts/move_relearner.asm index 3ac26738..12b1d32d 100644 --- a/scripts/move_relearner.asm +++ b/scripts/move_relearner.asm @@ -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