mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-21 06:17:58 +13:00
17 lines
296 B
NASM
17 lines
296 B
NASM
SeafoamIslandsB4FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 31, KRABBY
|
|
db 31, STARYU
|
|
db 33, KRABBY
|
|
db 33, STARYU
|
|
db 29, PSYDUCK
|
|
db 31, SEEL
|
|
db 31, PSYDUCK
|
|
db 29, SEEL
|
|
db 39, GOLDUCK
|
|
db 32, GOLBAT
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|