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.
|
- 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
|
||||||
====
|
====
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue