mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-09 03:40:41 +12:00
16 lines
297 B
NASM
16 lines
297 B
NASM
SeafoamIslands1FWildMons:
|
|
def_grass_wildmons 15 ; encounter rate
|
|
db 30, SEEL
|
|
db 30, PSYDUCK
|
|
db 30, STARYU
|
|
db 30, KRABBY
|
|
db 28, KRABBY
|
|
db 21, ZUBAT
|
|
db 29, GOLBAT
|
|
db 28, SLOWPOKE
|
|
db 28, STARYU
|
|
db 38, SLOWBRO
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|