mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-01 01:00:29 +13:00
This adds all the required architecture for the new maps to work, as well as Kinchou01 to play when in Celeste Hill itself. This doesn't add the events, though.
18 lines
422 B
NASM
18 lines
422 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, TOEDSCOOL
|
|
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 |