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
305 B
NASM
17 lines
305 B
NASM
CeruleanCaveB1FWildMons:
|
|
def_grass_wildmons 25 ; encounter rate
|
|
db 55, RHYDON
|
|
db 55, MAROWAK
|
|
db 55, ELECTRODE
|
|
db 64, CHANSEY
|
|
db 64, PARASECT
|
|
db 64, RAICHU
|
|
db 57, SANDSLASH
|
|
db 65, GLOOM
|
|
db 63, RAPIDASH
|
|
db 67, DITTO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|