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

@@ -6,23 +6,23 @@
FastShip1F_MapScripts:
def_scene_scripts
scene_script .DummyScene0, SCENE_FASTSHIP1F_NOOP
scene_script .EnterFastShip, SCENE_FASTSHIP1F_ENTER_SHIP
scene_script .DummyScene2, SCENE_FASTSHIP1F_MEET_GRANDPA
scene_script FastShip1FNoop1Scene, SCENE_FASTSHIP1F_NOOP
scene_script FastShip1FEnterShipScene, SCENE_FASTSHIP1F_ENTER_SHIP
scene_script FastShip1FNoop2Scene, SCENE_FASTSHIP1F_MEET_GRANDPA
def_callbacks
.DummyScene0:
FastShip1FNoop1Scene:
end
.EnterFastShip:
sdefer .EnterFastShipScript
FastShip1FEnterShipScene:
sdefer FastShip1FEnterShipScript
end
.DummyScene2:
FastShip1FNoop2Scene:
end
.EnterFastShipScript:
FastShip1FEnterShipScript:
applymovement FASTSHIP1F_SAILOR1, FastShip1F_SailorStepAsideMovement
applymovement PLAYER, FastShip1F_PlayerEntersShipMovement
applymovement FASTSHIP1F_SAILOR1, FastShip1F_SailorBlocksDoorMovement