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

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