mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
divemap formatting (still not working as far as I can tell)
This commit is contained in:
parent
1c9dafa527
commit
5e1c8913dc
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue