mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-22 00:37:14 -05:00
27 lines
475 B
NASM
27 lines
475 B
NASM
Route12WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 25, ODDISH
|
|
db 25, BELLSPROUT
|
|
db 28, PIDGEY
|
|
db 28, PIDGEOTTO
|
|
db 27, ODDISH
|
|
db 27, BELLSPROUT
|
|
db 29, GLOOM
|
|
db 29, WEEPINBELL
|
|
db 26, FARFETCHD
|
|
db 31, FARFETCHD
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 3 ; encounter rate
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWPOKE
|
|
db 15, SLOWBRO
|
|
db 20, SLOWBRO
|
|
end_water_wildmons
|