mirror of
https://github.com/pret/pokered.git
synced 2026-05-07 22:21:18 -05:00
17 lines
295 B
NASM
17 lines
295 B
NASM
PokemonTower5FWildMons:
|
|
def_grass_wildmons 10 ; encounter rate
|
|
db 20, GASTLY
|
|
db 21, GASTLY
|
|
db 22, GASTLY
|
|
db 23, GASTLY
|
|
db 19, GASTLY
|
|
db 18, GASTLY
|
|
db 25, HAUNTER
|
|
db 20, CUBONE
|
|
db 22, CUBONE
|
|
db 24, GASTLY
|
|
end_grass_wildmons
|
|
|
|
def_water_wildmons 0 ; encounter rate
|
|
end_water_wildmons
|