mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 04:04:19 +13:00
Celeste Hill Cave Encounter Update
This commit is contained in:
parent
5dcd67b717
commit
8829d994e7
|
@ -1,18 +1,16 @@
|
|||
; 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, BUU
|
||||
db 52, GRAVELER
|
||||
db 51, MAROWAK
|
||||
db 51, BUU
|
||||
db 53, CROBAT
|
||||
db 53, RHYDON
|
||||
db 53, JYNX
|
||||
db 53, STEELIX
|
||||
db 54, GOLEM
|
||||
db 54, RHYPERIOR
|
||||
db 55, RHYPERIOR
|
||||
db 54, NIDOREIGN
|
||||
db 54, CLEFABLE
|
||||
db 55, CLEFABLE
|
||||
end_grass_wildmons
|
||||
|
||||
def_water_wildmons 0 ; encounter rate
|
||||
end_water_wildmons
|
||||
end_water_wildmons
|
||||
|
|
Loading…
Reference in a new issue