mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|