mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 06:53:27 -04:00
Name a lot of functions about interactable objects
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@ Cloud Tops Gregal healthy
|
||||
SCRIPT_START script_GregalHealthy
|
||||
BeginBlock
|
||||
Call sub_0806CD58
|
||||
Call Gregal_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
SetAnimationState 0x0004
|
||||
SetAnimation 0x0006
|
||||
|
||||
@@ -7,7 +7,7 @@ SCRIPT_START script_Npc4EFirstCloud
|
||||
DoPostScriptAction 0x0008
|
||||
Call sub_0806DAAC
|
||||
JumpIf script_0800D6AE
|
||||
Call sub_0806DAD0
|
||||
Call NPC4E_MakeFuserInteractable
|
||||
CallWithArg sub_0806DA04, 0x00000002
|
||||
EndBlock
|
||||
script_0800D636:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Cloud Tops Windtribespeople Leader Siroc
|
||||
SCRIPT_START script_Siroc
|
||||
BeginBlock
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
EndBlock
|
||||
script_08014AD2:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Cloud Tops WindTribespeople blocking exit
|
||||
SCRIPT_START script_WindTribespeople1
|
||||
BeginBlock
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
CheckGlobalFlag WARP_EVENT_END
|
||||
JumpIf script_08014976
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Cloud Top Windtribespeople woman on first floor
|
||||
SCRIPT_START script_WindTribespeople2
|
||||
BeginBlock
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
CheckGlobalFlag WARP_EVENT_END
|
||||
JumpIfNot script_080149C6
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
SCRIPT_START script_WindTribespeople3
|
||||
BeginBlock
|
||||
SetEntitySpeed 0x0080
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
EndBlock
|
||||
script_080149DE:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Cloud Tops Windtribespeople blocking way up
|
||||
SCRIPT_START script_WindTribespeople4
|
||||
BeginBlock
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
EndBlock
|
||||
script_08014A36:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Cloud Tops Windtribespeople at the bed
|
||||
SCRIPT_START script_WindTribespeople5
|
||||
BeginBlock
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
EndBlock
|
||||
script_08014A62:
|
||||
|
||||
@@ -3,7 +3,7 @@ SCRIPT_START script_WindTribespeople7
|
||||
BeginBlock
|
||||
CheckGlobalFlag KUMOTATSUMAKI
|
||||
JumpIf script_08014CD4
|
||||
Call sub_0806C870
|
||||
Call WindTribespeople_MakeInteractable
|
||||
DoPostScriptAction 0x000a
|
||||
DoPostScriptAction 0x0000
|
||||
EndBlock
|
||||
|
||||
Reference in New Issue
Block a user