mirror of
https://github.com/zeldaret/tmc
synced 2026-09-02 18:12:46 -04:00
Rename objects
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
||||
@ After ToD OBJECT_69 Cutscene
|
||||
SCRIPT_START script_Object69AfterToD
|
||||
@ After ToD CUTSCENE_ORCHESTRATOR Cutscene
|
||||
SCRIPT_START script_CutsceneOrchestratorAfterToD
|
||||
SetPlayerIdle
|
||||
script_0800AFB2:
|
||||
EndBlock
|
||||
@@ -8,11 +8,11 @@ script_0800AFB2:
|
||||
ComparePlayerAction PLAYER_NORMAL
|
||||
JumpIfNot script_0800AFB2
|
||||
EndBlock
|
||||
Call sub_0807DF28
|
||||
Call DisablePauseMenuAndPutAwayItems
|
||||
EzloMessage TEXT_EZLO_ELEMENTS_DONE, 0x04
|
||||
WaitUntilTextboxCloses
|
||||
SetLocalFlagByBank FLAG_BANK_1, 0x0004
|
||||
Call sub_0807DF50
|
||||
Call EnablePauseMenu
|
||||
EnablePlayerControl
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
@@ -3,10 +3,10 @@ SCRIPT_START script_EzloTalkOcarina
|
||||
EndBlock
|
||||
SetPlayerIdle
|
||||
Call WaitForPlayerNormalOrTalkEzlo
|
||||
Call sub_0807DF28
|
||||
Call DisablePauseMenuAndPutAwayItems
|
||||
EzloMessage TEXT_EZLO, 0x5f
|
||||
WaitUntilTextboxCloses
|
||||
Call sub_0807DF50
|
||||
Call EnablePauseMenu
|
||||
EnablePlayerControl
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_KingGustafHologram
|
||||
script_08012368:
|
||||
CheckLocalFlag 0x0004
|
||||
JumpIfNot script_08012368
|
||||
Call sub_0807DF28
|
||||
Call DisablePauseMenuAndPutAwayItems
|
||||
SetPlayerIdle
|
||||
StopBgm
|
||||
BeginBlock
|
||||
@@ -45,7 +45,7 @@ script_08012368:
|
||||
WaitUntilTextboxCloses
|
||||
SetIntVariable 0x00000203
|
||||
Call LoadMenu
|
||||
Call sub_0807DF50
|
||||
Call EnablePauseMenu
|
||||
EnablePlayerControl
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
Reference in New Issue
Block a user