This commit is contained in:
Llinos Evans 2023-04-06 11:56:40 +01:00
parent 2299dcdc0e
commit 206dced582
3 changed files with 11 additions and 4 deletions

View file

@ -153,6 +153,13 @@ Known Bugs
- Only portions of spinner tiles animate.
- Occasionally, menu text sets itself to scroll.
- The lone Rocket in Viridian Gym's basement needs to be directly spoken to to be battled
- Yujirou isn't properly re-fightable
- Fix warps from Viridian Pre-Gym, currently goes to Fuschia which is hilarious.
- Mew needs to disappear after being captured etc (only seems to happen sometimes?)
- Should be able to fly from Faraway (reposition in map listing)
- Item descriptions are offset
- Strength boulders don't fall down holes
- Pokedex is very laggy
Evolution Methods for new Pokemon
====

View file

@ -15,14 +15,14 @@ Green1Data:
db $FF, 18, PIDGEOTTO, 15, ABRA, 15, RATTATA, 17, IVYSAUR, 0
db $FF, 18, PIDGEOTTO, 15, ABRA, 15, RATTATA, 17, CHARMELEON, 0
db $FF, 18, PIDGEOTTO, 15, ABRA, 15, RATTATA, 17, EEVEE, 0
db $FF, 18, PIDGEOTTO, 15, ABRA, 15, RATTATA, 17, PIKACHU, 0
db $FF, 18, PIDGEOTTO, 15, ABRA, 15, RATTATA, 17, PIKACHU, 0 ; raichu/umbreon before misty is evil
Green2Data:
; SS Anne 2F
db $FF, 19, PIDGEOTTO, 16, RATICATE, 18, KADABRA, 20, WARTORTLE, 0
db $FF, 19, PIDGEOTTO, 16, RATICATE, 18, KADABRA, 20, IVYSAUR, 0
db $FF, 19, PIDGEOTTO, 16, RATICATE, 18, KADABRA, 20, CHARMELEON, 0
db $FF, 19, SPEAROW, 16, SANDSHREW, 18, RATTATA, 20, EEVEE, 0
db $FF, 19, SPEAROW, 16, SANDSHREW, 18, RATTATA, 20, UMBREON, 0
db $FF, 19, SPEAROW, 16, SANDSHREW, 18, RATTATA, 20, RAICHU, 0
; Pokémon Tower 2F
db $FF, 25, PIDGEOTTO, 23, GROWLITHE, 22, EXEGGCUTE, 20, KADABRA, 25, WARTORTLE, 0

View file

@ -160,10 +160,10 @@ CeruleanCityScript1:
.Pikachu ;
cp STARTER4
jr nz, .Eevee
ld a, $15
ld a, $14
jr .done
.Eevee
ld a, $14
ld a, $15
jr .done
.done
ld [wTrainerNo], a