Rename scene and callback labels (#981)

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
vulcandth
2022-08-09 17:04:18 -05:00
committed by GitHub
parent 134f45b71d
commit c3331eb7b1
137 changed files with 650 additions and 647 deletions

View File

@@ -14,24 +14,24 @@
LakeOfRage_MapScripts:
def_scene_scripts
scene_script .DummyScene0 ; unusable
scene_script .DummyScene1 ; unusable
scene_script LakeOfRageNoop1Scene ; unusable
scene_script LakeOfRageNoop2Scene ; unusable
def_callbacks
callback MAPCALLBACK_NEWMAP, .FlyPoint
callback MAPCALLBACK_OBJECTS, .Wesley
callback MAPCALLBACK_NEWMAP, LakeOfRageFlypointCallback
callback MAPCALLBACK_OBJECTS, LakeOfRageWesleyCallback
.DummyScene0:
LakeOfRageNoop1Scene:
end
.DummyScene1:
LakeOfRageNoop2Scene:
end
.FlyPoint:
LakeOfRageFlypointCallback:
setflag ENGINE_FLYPOINT_LAKE_OF_RAGE
endcallback
.Wesley:
LakeOfRageWesleyCallback:
readvar VAR_WEEKDAY
ifequal WEDNESDAY, .WesleyAppears
disappear LAKEOFRAGE_WESLEY