mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 23:30:06 -04:00
Rename objects
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
@ Mines OBJECT_6A Broken Sword on Table?
|
||||
SCRIPT_START script_Object6ABrokenSword
|
||||
@ Mines CUTSCENE_MISC_OBJECT Broken Sword on Table?
|
||||
SCRIPT_START script_CutsceneMiscObjectBrokenSword
|
||||
BeginBlock
|
||||
CheckInventory1 ITEM_FIRE_ELEMENT
|
||||
JumpIf script_0800D24C
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
@ Mines OBJECT_6A Repaired Sword on Table?
|
||||
SCRIPT_START script_Object6ARepairedSword
|
||||
@ Mines CUTSCENE_MISC_OBJECT Repaired Sword on Table?
|
||||
SCRIPT_START script_CutsceneMiscObjectRepairedSword
|
||||
BeginBlock
|
||||
DoPostScriptAction 0x0008
|
||||
EndBlock
|
||||
@@ -1,11 +1,11 @@
|
||||
@ Mountain Ezlo text after beating CoF
|
||||
SCRIPT_START script_EzloTalkCoF
|
||||
SetPlayerIdle
|
||||
Call sub_0807DF28
|
||||
Call DisablePauseMenuAndPutAwayItems
|
||||
EzloMessage TEXT_EZLO_ELEMENTS_DONE, 0x02
|
||||
WaitUntilTextboxCloses
|
||||
SetLocalFlagByBank FLAG_BANK_1, 0x0002
|
||||
Call sub_0807DF50
|
||||
Call EnablePauseMenu
|
||||
EnablePlayerControl
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@ Mountain Great Fairy OBJECT_69
|
||||
@ Mountain Great Fairy CUTSCENE_ORCHESTRATOR
|
||||
SCRIPT_START script_GreatFairyBombs
|
||||
BeginBlock
|
||||
EndBlock
|
||||
@@ -34,8 +34,8 @@ script_0800B7A2:
|
||||
SetFade7
|
||||
WaitForFadeFinish
|
||||
ModHealth 0x00a0
|
||||
SetFade6
|
||||
WaitForFadeFinish
|
||||
SetFade6
|
||||
WaitForFadeFinish
|
||||
MessageNoOverlap TEXT_ITEM_GET, 0x7f
|
||||
WaitUntilTextboxCloses
|
||||
Jump script_0800B6A6
|
||||
|
||||
@@ -30,7 +30,7 @@ script_0800CFFA:
|
||||
JumpIfNot script_0800CFFA
|
||||
EndBlock
|
||||
SetPlayerIdle
|
||||
Call sub_0807DF28
|
||||
Call DisablePauseMenuAndPutAwayItems
|
||||
CheckInventory1 ITEM_GREEN_SWORD
|
||||
JumpIfNot script_0800D032
|
||||
FacePlayer
|
||||
@@ -112,6 +112,6 @@ script_0800D17C:
|
||||
WaitUntilTextboxCloses
|
||||
Wait 0x000f
|
||||
EnablePlayerControl
|
||||
Call sub_0807DF50
|
||||
Call EnablePauseMenu
|
||||
Jump script_0800CFFA
|
||||
.2byte 0x0000
|
||||
|
||||
Reference in New Issue
Block a user