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

More in-line with the general wildmon design philosophy, and adds a bit more variety overall.
17 lines
293 B
NASM
17 lines
293 B
NASM
PokemonTower5FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 20, GASTLY
|
|
db 21, GASTLY
|
|
db 15, MIKON
|
|
db 16, MIKON
|
|
db 23, VULPIX
|
|
db 24, VULPIX
|
|
db 25, HAUNTER
|
|
db 20, CUBONE
|
|
db 22, CUBONE
|
|
db 24, VULPIX
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|