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
302 B
NASM
17 lines
302 B
NASM
SeafoamIslandsB1FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 35, SHELLDER
|
|
db 35, BLASTYKE
|
|
db 36, SEEL
|
|
db 36, BLASTYKE
|
|
db 34, SLOWPOKE
|
|
db 35, SEEL
|
|
db 35, SLOWPOKE
|
|
db 35, SEADRA
|
|
db 38, JYNX
|
|
db 39, SLOWBRO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|