mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 13:57:57 +13:00

Already added to the spreadsheet. Did you know that Seafoam Islands' water didn't give wild encounters until Yellow?
17 lines
303 B
NASM
17 lines
303 B
NASM
SeafoamIslandsB1FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 35, WEIRDUCK
|
|
db 35, BLASTYKE
|
|
db 36, SEEL
|
|
db 36, BLASTYKE
|
|
db 34, SLOWPOKE
|
|
db 35, SEEL
|
|
db 35, SLOWPOKE
|
|
db 37, GOLDUCK
|
|
db 38, JYNX
|
|
db 39, SLOWBRO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|