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

Incorporated Yellow and Japan Blue's exclusive encounters into the wild learnsets if they were not there already
17 lines
297 B
NASM
17 lines
297 B
NASM
SeafoamIslandsB3FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 36, BLASTYKE
|
|
db 36, SEEL
|
|
db 37, BLASTYKE
|
|
db 37, SEEL
|
|
db 35, KRABBY
|
|
db 36, STARYU
|
|
db 36, KINGLER
|
|
db 38, JYNX
|
|
db 39, JYNX
|
|
db 39, BLASTOISE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|