mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-21 16:27:15 -05:00
17 lines
300 B
NASM
17 lines
300 B
NASM
Route11WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 16, PIDGEY
|
|
db 15, RATTATA
|
|
db 18, PIDGEY
|
|
db 15, DROWZEE
|
|
db 17, RATTATA
|
|
db 17, DROWZEE
|
|
db 18, PIDGEOTTO
|
|
db 20, PIDGEOTTO
|
|
db 19, DROWZEE
|
|
db 17, RATICATE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|