Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
|
||||
PowerPlant_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0, SCENE_POWERPLANT_NOOP
|
||||
scene_script .DummyScene1, SCENE_POWERPLANT_GUARD_GETS_PHONE_CALL
|
||||
scene_script PowerPlantNoop1Scene, SCENE_POWERPLANT_NOOP
|
||||
scene_script PowerPlantNoop2Scene, SCENE_POWERPLANT_GUARD_GETS_PHONE_CALL
|
||||
|
||||
def_callbacks
|
||||
|
||||
.DummyScene0:
|
||||
PowerPlantNoop1Scene:
|
||||
end
|
||||
|
||||
.DummyScene1:
|
||||
PowerPlantNoop2Scene:
|
||||
end
|
||||
|
||||
PowerPlantGuardPhoneScript:
|
||||
|
Reference in New Issue
Block a user