mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +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
297 B
NASM
17 lines
297 B
NASM
CinnabarVolcanoWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 35, VULPIX
|
|
db 35, PONYTA
|
|
db 35, GROWLITHE
|
|
db 36, PONYTA
|
|
db 36, GROWLITHE
|
|
db 36, ONIX
|
|
db 37, ONIX
|
|
db 36, MAGMAR
|
|
db 38, MAGMAR
|
|
db 40, RHYDON
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|