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
302 B
NASM
17 lines
302 B
NASM
SeafoamIslandsB4FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 35, WEIRDUCK
|
|
db 35, STARYU
|
|
db 35, SHELLDER
|
|
db 36, SEADRA
|
|
db 36, DEWGONG
|
|
db 36, GOLDUCK
|
|
db 37, BLASTYKE
|
|
db 36, BUU
|
|
db 38, BUU
|
|
db 40, BLASTOISE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|