mirror of
https://github.com/zeldaret/tmc
synced 2026-08-12 20:02:55 -04:00
cleanup headers
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
thumb_func_start CreateDustFromScript
|
||||
CreateDustFromScript:
|
||||
push {lr}
|
||||
bl CreateDust
|
||||
bl CreateDeathFx
|
||||
pop {pc}
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectOctorok1
|
||||
SetAnimation 0x0001
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000001
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectOctorok2
|
||||
SetAnimation 0x0002
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000002
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectOctorok3
|
||||
SetAnimation 0x0000
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000004
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectOctorok4
|
||||
SetAnimation 0x0003
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000008
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectTektite1
|
||||
SetAnimation 0x0000
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000001
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectTektite2
|
||||
SetAnimation 0x0000
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000002
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectTektite3
|
||||
SetAnimation 0x0000
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000004
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -6,7 +6,7 @@ SCRIPT_START script_CutsceneMiscObjectTektite4
|
||||
SetAnimation 0x0000
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000008
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
DoPostScriptAction 0x0006
|
||||
SCRIPT_END
|
||||
.2byte 0x0000
|
||||
|
||||
@@ -39,7 +39,7 @@ SCRIPT_START script_MinishEzloGoodbye
|
||||
Wait 0x001e
|
||||
SetSyncFlag 0x00000020
|
||||
StopBgm
|
||||
Call CreateDust
|
||||
Call CreateDeathFx
|
||||
Call sub_0806305C
|
||||
Call sub_080630A4
|
||||
_0807EF3C 0x0000, 0x0020
|
||||
|
||||
Reference in New Issue
Block a user