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
SeafoamIslands1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 35, SEEL
|
|
db 35, GOLBAT
|
|
db 35, HORSEA
|
|
db 35, KRABBY
|
|
db 36, WEIRDUCK
|
|
db 33, SEEL
|
|
db 34, SLOWPOKE
|
|
db 34, SLOWPOKE
|
|
db 38, JYNX
|
|
db 38, DEWGONG
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|