mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-22 06:47:58 +13:00
17 lines
310 B
NASM
17 lines
310 B
NASM
ViridianForestWildMons:
|
|
def_grass_wildmons 8 ; encounter rate
|
|
db 6, CATERPIE
|
|
db 6, WEEDLE
|
|
db 6, CATERPIE
|
|
db 5, PIDGEY
|
|
db 6, MONJA ; KOKANA
|
|
db 6, WEEDLE
|
|
db 8, KAKUNA
|
|
db 8, METAPOD
|
|
db 5, PIKACHU
|
|
db 9, PIDGEOTTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|