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