mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
13 lines
186 B
NASM
13 lines
186 B
NASM
; Kanto Pokémon in water
|
|
|
|
KantoWaterWildMons:
|
|
|
|
def_water_wildmons N_A
|
|
db 4 percent ; encounter rate
|
|
db 20, GOLDEEN
|
|
db 20, SLOWPOKE
|
|
db 20, SEAKING
|
|
end_water_wildmons
|
|
|
|
db -1 ; end
|