mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Yay!
Fixed a glitch again!
This commit is contained in:
parent
72b5bd7b0e
commit
980664075b
|
@ -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
|
||||
====
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue