Fixed a glitch again!
This commit is contained in:
Martha Schilling 2023-12-30 16:29:55 +00:00
parent 72b5bd7b0e
commit 980664075b
2 changed files with 1 additions and 2 deletions

View file

@ -265,7 +265,6 @@ Known Bugs
- Fake Tears and Nasty Plot don't quite look right when done from the opponent's side. - 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. - 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) - 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 Evolution Methods for new Pokemon
==== ====

View file

@ -80,8 +80,8 @@ GaryScript2:
jr .saveTrainerId jr .saveTrainerId
.Charmander .Charmander
cp STARTER1 ; changes start here cp STARTER1 ; changes start here
ld a, $3
jr nz, .Pikachu jr nz, .Pikachu
ld a, $3
jr .saveTrainerId jr .saveTrainerId
.Pikachu ; .Pikachu ;
cp STARTER4 cp STARTER4