divemap formatting (still not working as far as I can tell)

This commit is contained in:
Zeta_Null 2024-12-30 13:48:46 -05:00
parent 1c9dafa527
commit 5e1c8913dc
2 changed files with 8 additions and 3 deletions

View file

@ -9,11 +9,11 @@ SunglowCity_MapScripts:
.Flypoint: .Flypoint:
setflag ENGINE_FLYPOINT_SUNGLOW_CITY setflag ENGINE_FLYPOINT_SUNGLOW_CITY
return endcallback
.DiveMap: .DiveMap:
divemap SUNGLOW_WELL divemap SUNGLOW_WELL, 0, 0
return endcallback
SunglowCity_MapEvents: SunglowCity_MapEvents:
db 0, 0 ; filler db 0, 0 ; filler

View file

@ -4,6 +4,11 @@ SunglowWell_MapScripts:
def_scene_scripts def_scene_scripts
def_callbacks def_callbacks
callback MAPCALLBACK_NEWMAP, .DiveMap
.DiveMap:
divemap SUNGLOW_CITY, 0, 0
endcallback
SunglowWell_MapEvents: SunglowWell_MapEvents:
db 0, 0 ; filler db 0, 0 ; filler