kep-hack/data/wild/maps/BrunswickTrail.asm
2024-01-07 12:42:00 +00:00

18 lines
463 B
NASM

; Given it's the Galarian Zapdos area, let's theme it with racing Pokemon.
; Some of these are Pokemon featured in the Big P Pokemon Race from the anime.
BrunswickTrailMons:
def_grass_wildmons 10 ; encounter rate
db 45, TOEDSCOOL
db 47, DODRIO
db 45, TOEDSCOOL
db 48, DODRIO
db 48, RAPIDASH
db 50, CACTORMUS
db 47, TOEDSCRUEL
db 48, TOEDSCRUEL
db 49, TAUROS
db 50, TAUROS
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons