jep-hack/maps/SunglowCity.asm
2024-12-29 22:11:46 -05:00

31 lines
443 B
NASM

object_const_def
SunglowCity_MapScripts:
def_scene_scripts
def_callbacks
callback MAPCALLBACK_NEWMAP, .Flypoint
callback MAPCALLBACK_NEWMAP, .DiveMap
.Flypoint:
setflag ENGINE_FLYPOINT_SUNGLOW_CITY
return
.DiveMap:
divemap SUNGLOW_WELL
return
SunglowCity_MapEvents:
db 0, 0 ; filler
def_warp_events
warp_event 8, 5, DEBUG_ROOM, 1
warp_event 9, 5, DEBUG_ROOM, 1
def_coord_events
def_bg_events
def_object_events