mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
17 lines
310 B
NASM
17 lines
310 B
NASM
SafariZoneCenterWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 25, EXEGGCUTE
|
|
db 27, RHYHORN
|
|
db 25, VENONAT
|
|
db 25, TANGELA
|
|
db 26, CUBONE
|
|
db 27, DODUO
|
|
db 25, LICKITUNG
|
|
db 27, GORILLAIMO
|
|
db 25, CHANSEY
|
|
db 28, TRAMPEL
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|