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

Already added to the spreadsheet. Did you know that Seafoam Islands' water didn't give wild encounters until Yellow?
27 lines
455 B
NASM
27 lines
455 B
NASM
SeafoamIslandsB3FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 36, BLASTYKE
|
|
db 36, SEEL
|
|
db 35, SLOWPOKE
|
|
db 37, SEEL
|
|
db 35, KRABBY
|
|
db 36, WEIRDUCK
|
|
db 36, KINGLER
|
|
db 38, JYNX
|
|
db 39, BUU
|
|
db 39, BUU
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 5 ; encounter rate
|
|
db 30, TENTACOOL
|
|
db 30, TENTACOOL
|
|
db 35, SHELLDER
|
|
db 35, STARYU
|
|
db 35, TENTACOOL
|
|
db 35, HORSEA
|
|
db 35, STARYU
|
|
db 35, HORSEA
|
|
db 35, SHARPOON
|
|
db 40, LAPRAS
|
|
end_water_wildmons
|