kep-hack/data/wild/maps/SeafoamIslandsB1F.asm
Yoann Fievez 3b76c590da Standardize names of wild maps entities
Standardize the name of entities of maps for wild pokemon
2021-05-18 20:58:24 +02:00

31 lines
489 B
NASM

SeafoamIslandsB1FWildMons:
def_grass_wildmons 10 ; encounter rate
IF DEF(_RED)
db 30, STARYU
db 30, HORSEA
db 32, SHELLDER
db 32, HORSEA
db 28, SLOWPOKE
db 30, SEEL
db 30, SLOWPOKE
db 28, SEEL
db 38, DEWGONG
db 37, SEADRA
ENDC
IF DEF(_BLUE)
db 30, SHELLDER
db 30, KRABBY
db 32, STARYU
db 32, KRABBY
db 28, PSYDUCK
db 30, SEEL
db 30, PSYDUCK
db 28, SEEL
db 38, DEWGONG
db 37, KINGLER
ENDC
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons