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
SeafoamIslandsB4FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 37, WEIRDUCK
|
|
db 38, STARYU
|
|
db 37, SHELLDER
|
|
db 37, SEADRA
|
|
db 38, DEWGONG
|
|
db 41, GOLDUCK
|
|
db 33, SQUIRTLE
|
|
db 38, BUU
|
|
db 39, BUU
|
|
db 40, WARTORTLE
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|