mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Update Route22.asm
Removing Mikon to make the spawns less cluttered, and making NidoF and Mankey more common.
This commit is contained in:
parent
1a68db3227
commit
3f2a065992
|
@ -1,15 +1,15 @@
|
|||
Route22WildMons:
|
||||
def_grass_wildmons 25 ; encounter rate
|
||||
db 5, RATTATA
|
||||
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 3, RATTATA
|
||||
db 4, MANKEY
|
||||
db 4, MIKON
|
||||
db 5, MIKON
|
||||
db 5, NIDORAN_F
|
||||
db 5, NIDORAN_M
|
||||
db 5, MANKEY
|
||||
end_grass_wildmons
|
||||
|
||||
def_water_wildmons 0 ; encounter rate
|
||||
|
|
Loading…
Reference in a new issue