mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-17 20:46:24 +13:00
18 lines
463 B
NASM
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 |