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

; Garnet Cavern will contain a mix of Rock, Ground, Steel, and Flying-type Pokemon.
GarnetCavern1FWildMons:
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 62, BAWLIGUA
db 62, TENTACRUEL
db 63, BAWLIGUA
db 61, TENTACRUEL
db 63, SLOWBRO
db 63, KINGLER
db 64, LAPRAS ; reference to the ice cavern on the sevii islands
db 64, GYARADOS
db 65, JAGG
db 66, CRYITHAN
end_water_wildmons