kep-hack/data/wild/maps/GarnetCavernB2F.asm
Llinos Evans 4da1a1235d Prototype wild data for Garnet Cavern
It should contain a mix of Rock, Steel, Ground, and Flying-type Pokemon. Feels like a cave, but has fliers to reference Galarian Articuno. Could change some stuff out for more Psychic-types given Galarian Articuno lives there. Needs more level distribution - namely, buffing near the end a la other caves.
2023-04-30 18:38:59 +01:00

28 lines
602 B
NASM

; Garnet Cavern will contain a mix of Rock, Ground, Steel, and Flying-type Pokemon.
GarnetCavernB2FWildMons:
def_grass_wildmons 5 ; encounter rate
db 62, RHYDON
db 62, GRAVELER
db 63, CROBAT
db 61, DODRIO
db 60, VENOMOTH
db 65, MADAAMU
db 64, FEAROW
db 65, GUARDIA
db 63, TRAMPEL
db 66, CROCKY
end_grass_wildmons
def_water_wildmons 5 ; encounter rate
db 60, BAWLIGUA
db 60, TENTACRUEL
db 60, BAWLIGUA
db 60, TENTACRUEL
db 60, SLOWBRO
db 60, KINGLER
db 60, LAPRAS ; reference to the ice cavern on the sevii islands
db 60, GYARADOS
db 60, JAGG
db 60, CRYITHAN
end_water_wildmons