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

@@ -3,19 +3,19 @@
MountMoon_MapScripts:
def_scene_scripts
scene_script .RivalEncounter, SCENE_MOUNTMOON_RIVAL_BATTLE
scene_script .DummyScene, SCENE_MOUNTMOON_NOOP
scene_script MountMoonRivalEncounterScene, SCENE_MOUNTMOON_RIVAL_BATTLE
scene_script MountMoonNoopScene, SCENE_MOUNTMOON_NOOP
def_callbacks
.RivalEncounter:
sdefer .RivalBattle
MountMoonRivalEncounterScene:
sdefer MountMoonRivalBattleScript
end
.DummyScene:
MountMoonNoopScene:
end
.RivalBattle:
MountMoonRivalBattleScript:
turnobject PLAYER, RIGHT
showemote EMOTE_SHOCK, PLAYER, 15
special FadeOutMusic