mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-05 05:10:58 +13:00
24 lines
293 B
NASM
24 lines
293 B
NASM
object_const_def
|
|
|
|
SunglowWell_MapScripts:
|
|
def_scene_scripts
|
|
|
|
def_callbacks
|
|
callback MAPCALLBACK_NEWMAP, .DiveMap
|
|
|
|
.DiveMap:
|
|
divemap SUNGLOW_CITY, 0, 0
|
|
endcallback
|
|
|
|
SunglowWell_MapEvents:
|
|
db 0, 0 ; filler
|
|
|
|
def_warp_events
|
|
|
|
def_coord_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|