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

Removing Mikon to make the spawns less cluttered, and making NidoF and Mankey more common.
17 lines
300 B
NASM
17 lines
300 B
NASM
Route22WildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 3, RATTATA
|
|
db 4, NIDORAN_M
|
|
db 4, NIDORAN_F
|
|
db 4, RATTATA
|
|
db 4, MANKEY
|
|
db 3, SPEAROW
|
|
db 4, SPEAROW
|
|
db 4, NIDORAN_F
|
|
db 4, MANKEY
|
|
db 5, MANKEY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|