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

28 lines
446 B
NASM

Route11WildMons:
def_grass_wildmons 15 ; encounter rate
IF DEF(_RED)
db 14, EKANS
db 15, SPEAROW
db 12, EKANS
db 9, DROWZEE
db 13, SPEAROW
db 13, DROWZEE
db 15, EKANS
ENDC
IF DEF(_BLUE)
db 14, SANDSHREW
db 15, SPEAROW
db 12, SANDSHREW
db 9, DROWZEE
db 13, SPEAROW
db 13, DROWZEE
db 15, SANDSHREW
ENDC
db 17, SPEAROW
db 11, DROWZEE
db 15, DROWZEE
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons