mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13:00

Already added to the spreadsheet. Did you know that Seafoam Islands' water didn't give wild encounters until Yellow?
17 lines
299 B
NASM
17 lines
299 B
NASM
SeafoamIslands1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 35, SEEL
|
|
db 35, GOLBAT
|
|
db 35, WEIRDUCK
|
|
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
|