kep-hack/data/wild/maps/CelesteHillCave.asm
Llinos Evans beab109a16 Some work on GMolt fight
Currently, the movement is buggy and the battle repeats. It works without the movement, though...

Alternatively, give Galarian Moltres trainer sight.
2023-06-20 17:29:42 +01:00

18 lines
419 B
NASM

; Pretty generic cave, only it contains the Ground-type tradables.
; Vague reference to the iconic wild Steelix.
CelesteHillCaveWildMons:
def_grass_wildmons 10 ; encounter rate
db 51, GRAVELER
db 52, MAROWAK
db 52, GRAVELER
db 51, MAROWAK
db 53, CROBAT
db 53, RHYDON
db 53, STEELIX
db 54, GOLEM
db 54, RHYPERIOR
db 55, RHYPERIOR
end_grass_wildmons
def_water_wildmons 0 ; encounter rate
end_water_wildmons