kep-hack/data/wild/maps/CinnabarVolcano.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
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