From 980664075b2018eb2eb215bca093a541d03c908d Mon Sep 17 00:00:00 2001 From: Martha Schilling Date: Sat, 30 Dec 2023 16:29:55 +0000 Subject: [PATCH] Yay! Fixed a glitch again! --- README.md | 1 - scripts/ChampionsRoom.asm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a4ed6170..6f8073e9 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,6 @@ Known Bugs - Fake Tears and Nasty Plot don't quite look right when done from the opponent's side. - The Gym Leaders on Floor 6 of Silph Gauntlet don't play the correct music in battle. - Silph Co. Worker doesn't give Lapras as a gift on occasion (this happened like one time, more testing needed) -- The final battle against Blue uses the wrong team when Eevee is chosen. Evolution Methods for new Pokemon ==== diff --git a/scripts/ChampionsRoom.asm b/scripts/ChampionsRoom.asm index 3cedbbb0..cef930e4 100644 --- a/scripts/ChampionsRoom.asm +++ b/scripts/ChampionsRoom.asm @@ -80,8 +80,8 @@ GaryScript2: jr .saveTrainerId .Charmander cp STARTER1 ; changes start here - ld a, $3 jr nz, .Pikachu + ld a, $3 jr .saveTrainerId .Pikachu ; cp STARTER4