mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 04:26:28 +13:00

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
314 B
NASM
17 lines
314 B
NASM
CeruleanCave2FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 51, DODRIO
|
|
db 51, VENOMOTH
|
|
db 51, WEEPINBELL
|
|
db 52, RHYDON
|
|
db 52, MAROWAK
|
|
db 52, ELECTRODE
|
|
db 56, CHANSEY
|
|
db 54, WIGGLYTUFF
|
|
db 55, LICKITUNG
|
|
db 60, RATICATE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|