From 47a144d99eb04fa9224759c55e636c62dc24181c Mon Sep 17 00:00:00 2001 From: Llinos Evans <36418502+PlagueVonKarma@users.noreply.github.com> Date: Mon, 25 Sep 2023 03:01:01 +0100 Subject: [PATCH] Text speed fix Thanks to thornAvery for diagnosing why this happened! Quick test says this works fine and without consequence. --- README.md | 1 + scripts/move_relearner.asm | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) 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