kep-hack/data/wild/maps/Route12.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
496 B
NASM

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