Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
|
||||
OlivinePort_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0, SCENE_OLIVINEPORT_ASK_ENTER_SHIP
|
||||
scene_script .LeaveFastShip, SCENE_OLIVINEPORT_LEAVE_SHIP
|
||||
scene_script OlivinePortNoopScene, SCENE_OLIVINEPORT_ASK_ENTER_SHIP
|
||||
scene_script OlivinePortLeaveShipScene, SCENE_OLIVINEPORT_LEAVE_SHIP
|
||||
|
||||
def_callbacks
|
||||
|
||||
.DummyScene0:
|
||||
OlivinePortNoopScene:
|
||||
end
|
||||
|
||||
.LeaveFastShip:
|
||||
sdefer .LeaveFastShipScript
|
||||
OlivinePortLeaveShipScene:
|
||||
sdefer OlivinePortLeaveShipScript
|
||||
end
|
||||
|
||||
.LeaveFastShipScript:
|
||||
OlivinePortLeaveShipScript:
|
||||
applymovement PLAYER, OlivinePortLeaveFastShipMovement
|
||||
appear OLIVINEPORT_SAILOR1
|
||||
setscene SCENE_OLIVINEPORT_ASK_ENTER_SHIP
|
||||
|
Reference in New Issue
Block a user