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
300 B
NASM
17 lines
300 B
NASM
SeafoamIslandsB2FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 35, SEEL
|
|
db 35, SLOWPOKE
|
|
db 36, SEEL
|
|
db 36, SLOWPOKE
|
|
db 34, WEIRDUCK
|
|
db 35, STARYU
|
|
db 35, WEIRDUCK
|
|
db 38, JYNX
|
|
db 36, KRABBY
|
|
db 39, GOLDUCK
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|