mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-07 14:04:44 -05:00
17 lines
306 B
NASM
17 lines
306 B
NASM
Route9WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, NIDORAN_M
|
|
db 16, NIDORAN_F
|
|
db 18, RATTATA
|
|
db 18, NIDORAN_M
|
|
db 18, NIDORAN_F
|
|
db 17, SPEAROW
|
|
db 18, NIDORINO
|
|
db 18, NIDORINA
|
|
db 20, RATICATE
|
|
db 19, FEAROW
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|