kep-hack/data/wild/maps/PowerPlant.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

23 lines
379 B
NASM

PowerPlantWildMons:
def_grass_wildmons 10 ; encounter rate
db 21, VOLTORB
db 21, MAGNEMITE
db 20, PIKACHU
db 24, PIKACHU
db 23, MAGNEMITE
db 23, VOLTORB
db 32, MAGNETON
db 35, MAGNETON
IF DEF(_RED)
db 33, ELECTABUZZ
db 36, ELECTABUZZ
ENDC
IF DEF(_BLUE)
db 33, RAICHU
db 36, RAICHU
ENDC
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons