mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-08 06:43:11 -05:00
17 lines
305 B
NASM
17 lines
305 B
NASM
Route14WildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 26, ODDISH
|
|
db 26, BELLSPROUT
|
|
db 24, VENONAT
|
|
db 30, PIDGEOTTO
|
|
db 28, ODDISH
|
|
db 28, BELLSPROUT
|
|
db 30, GLOOM
|
|
db 30, WEEPINBELL
|
|
db 27, VENONAT
|
|
db 30, VENOMOTH
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|