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

29 lines
467 B
NASM

Route14WildMons:
def_grass_wildmons 15 ; encounter rate
IF DEF(_RED)
db 24, ODDISH
db 26, PIDGEY
db 23, DITTO
db 24, VENONAT
db 22, ODDISH
db 26, VENONAT
db 26, ODDISH
db 30, GLOOM
ENDC
IF DEF(_BLUE)
db 24, BELLSPROUT
db 26, PIDGEY
db 23, DITTO
db 24, VENONAT
db 22, BELLSPROUT
db 26, VENONAT
db 26, BELLSPROUT
db 30, WEEPINBELL
ENDC
db 28, PIDGEOTTO
db 30, PIDGEOTTO
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons