mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00
17 lines
291 B
NASM
17 lines
291 B
NASM
VictoryRoad2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 22, MACHOP
|
|
db 24, GEODUDE
|
|
db 26, ZUBAT
|
|
db 36, ONIX
|
|
db 39, ONIX
|
|
db 42, ONIX
|
|
db 41, MACHOKE
|
|
db 40, GOLBAT
|
|
db 40, MAROWAK
|
|
db 43, GRAVELER
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|