mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 12:06:25 +13:00

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
312 B
NASM
17 lines
312 B
NASM
SafariZoneCenterWildMons:
|
|
def_grass_wildmons 30 ; encounter rate
|
|
db 22, EXEGGCUTE
|
|
db 25, RHYHORN
|
|
db 22, VENONAT
|
|
db 24, TANGELA
|
|
db 31, MAROWAK
|
|
db 25, SLOWPOKE
|
|
db 31, LICKITUNG
|
|
db 30, PARASECT
|
|
db 23, TRAMPEL
|
|
db 23, CHANSEY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|