mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-08 06:43:11 -05:00
17 lines
307 B
NASM
17 lines
307 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 3, CATERPIE
|
|
db 4, METAPOD
|
|
db 4, CATERPIE
|
|
db 5, CATERPIE
|
|
db 4, PIDGEY
|
|
db 6, PIDGEY
|
|
db 6, CATERPIE
|
|
db 6, METAPOD
|
|
db 8, PIDGEY
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|