kep-hack/data/wild/maps/PowerPlant.asm
MementoMartha db26373a0a Encounter table changes
Altered all the 'bird dungeons' to be consistent, as well as changing the encounters themselves a bit. Rhydon being in the volcano is a reference to Blaine's in the anime.
2023-05-19 16:47:43 +01:00

17 lines
309 B
NASM

PowerPlantWildMons:
def_grass_wildmons 10 ; encounter rate
db 35, MAGNEMITE
db 35, VOLTORB
db 35, GAOTORA
db 36, VOLTORB
db 36, GAOTORA
db 36, PIKACHU
db 37, MAGNETITE
db 36, ELECTABUZZ
db 38, ELECTABUZZ
db 40, RAICHU
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons