mirror of
https://github.com/zeldaret/tmc
synced 2026-09-09 20:11:05 -04:00
Rename scripts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@ Bed in links room
|
||||
@ also Bed in Hyrule Castle
|
||||
SCRIPT_START script_BedInLinksRoom
|
||||
BeginBlock
|
||||
SetIntVariable 0x00000002
|
||||
DoPostScriptAction 0x0001
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000004
|
||||
BeginBlock
|
||||
SetIntVariable 0x00000003
|
||||
DoPostScriptAction 0x0001
|
||||
EndBlock
|
||||
SCRIPT_END
|
||||
@@ -0,0 +1,26 @@
|
||||
@ Hyrule Fields? ForestMinish with Beanstock left to Minish Woods
|
||||
SCRIPT_START script_ForestMinish2
|
||||
BeginBlock
|
||||
Call sub_08060090
|
||||
DoPostScriptAction 0x000a
|
||||
EndBlock
|
||||
script_0800C592:
|
||||
BeginBlock
|
||||
CheckEntityInteractType
|
||||
JumpIf script_0800C5A6
|
||||
Call sub_08060158
|
||||
EndBlock
|
||||
Jump script_0800C592
|
||||
script_0800C5A6:
|
||||
EndBlock
|
||||
_0807E864
|
||||
CheckInventory1 0x0067
|
||||
JumpIfNot script_0800C5BC
|
||||
Call sub_08060208
|
||||
Jump script_0800C5C0
|
||||
script_0800C5BC:
|
||||
MessageNoOverlap 0x4710
|
||||
script_0800C5C0:
|
||||
WaitUntilTextboxCloses
|
||||
_0807E878
|
||||
Jump script_0800C592
|
||||
@@ -0,0 +1,33 @@
|
||||
@ Links house OBJECT_69 bed
|
||||
SCRIPT_START script_Object69LinksHouseBed
|
||||
BeginBlock
|
||||
EndBlock
|
||||
script_08009DF0:
|
||||
CheckPlayerInRegion 0x00a0, 0x0038, 0x1830
|
||||
JumpIfNot script_08009DF0
|
||||
_0807E864
|
||||
Call sub_0807F9A4
|
||||
Wait 0x0008
|
||||
_0807EB28 0x3207
|
||||
_0807E3E8
|
||||
JumpIfNot script_08009E4E
|
||||
Call sub_0807DF28
|
||||
_0807E778 0x0002
|
||||
DoFade5
|
||||
WaitFor_2
|
||||
Call sub_0804E864
|
||||
Wait 0x001e
|
||||
_0807E5F8 0x00000002
|
||||
WaitForSomething2 0x00000001
|
||||
_0807EB28 0x3209
|
||||
Wait 0x000f
|
||||
WaitUntilTextboxCloses
|
||||
_0807E878
|
||||
Call sub_0807DF50
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
script_08009E4E:
|
||||
_0807E878
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
@@ -0,0 +1,13 @@
|
||||
@ Player waking up after rest
|
||||
SCRIPT_START script_PlayerWakeAfterRest
|
||||
BeginBlock
|
||||
Call sub_0807DF28
|
||||
EndBlock
|
||||
WaitForSomething2 0x00000002
|
||||
_0807E778 0x0002
|
||||
DoFade4
|
||||
WaitFor_2
|
||||
DoPostScriptAction 0x0014
|
||||
Wait 0x001e
|
||||
_0807E5F8 0x00000001
|
||||
SCRIPT_END
|
||||
@@ -0,0 +1,18 @@
|
||||
@ Links house Smith
|
||||
SCRIPT_START script_SmithAtLinksHouse
|
||||
BeginBlock
|
||||
Call sub_0807F348
|
||||
Call sub_08066288
|
||||
Call sub_08066274
|
||||
DoPostScriptAction 0x000a
|
||||
_0807E930 0x000c
|
||||
_0807E908 0x0003
|
||||
EndBlock
|
||||
script_08009DD2:
|
||||
_0807E944
|
||||
_0807E908 0x0002
|
||||
Call sub_0806622C
|
||||
WaitUntilTextboxCloses
|
||||
_0807E908 0x0003
|
||||
_0807E930 0x000c
|
||||
Jump script_08009DD2
|
||||
Reference in New Issue
Block a user