mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13:00

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.
17 lines
309 B
NASM
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
|