mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-20 22:07:58 +13:00

- Tiles now animate correctly while still being sped up (credit to jojobear13!) - Fixed issues with certain cave maps being glitched after importing the new tileset for Seafoam - Gave Celeste Hill Cave the same palette as the exterior areas - Fixed an inconsistency in Koga's pre-fight script
13 lines
254 B
NASM
13 lines
254 B
NASM
CinnabarVolcano_Object:
|
|
db $7d ; border block
|
|
|
|
def_warp_events
|
|
warp_event 15, 21, CINNABAR_VOLCANO_FLOORS, 9
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 15, 7, SPRITE_BIRD, STAY, UP, 1, MOLTRES, 50 | OW_POKEMON
|
|
|
|
def_warps_to CINNABAR_VOLCANO
|