mirror of
https://github.com/pret/pokegold.git
synced 2026-09-26 13:23:06 -04:00
13 lines
188 B
NASM
13 lines
188 B
NASM
; Pokémon swarms in water
|
|
|
|
SwarmWaterWildMons:
|
|
|
|
; Marill swarm
|
|
map_id MOUNT_MORTAR_1F_OUTSIDE
|
|
db 4 percent ; encounter rate
|
|
db 20, GOLDEEN
|
|
db 20, MARILL
|
|
db 20, SEAKING
|
|
|
|
db -1 ; end
|