mirror of
https://github.com/zeldaret/tmc
synced 2026-06-15 22:40:24 -04:00
Uuuh... A lot of animations in an enum
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
SCRIPT_START script_PlayerPickUpFinalSword
|
||||
CallWithArg sub_08095E7C, script_CutsceneMiscObjectSwordCharge11
|
||||
PlaySound SFX_1D3
|
||||
CallWithArg SetPlayerAnimation2, 0x000008e3
|
||||
CallWithArg SetPlayerAnimation2, ANIM_GET_LAST_SWORD
|
||||
Call sub_08096028
|
||||
Wait 0x0078
|
||||
SetSyncFlag 0x00020000
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@ Player at Sanctuary pick up sword
|
||||
SCRIPT_START script_PlayerPickUpSword
|
||||
PlaySound SFX_1D3
|
||||
CallWithArg SetPlayerAnimation2, 0x000008bf
|
||||
CallWithArg SetPlayerAnimation2, ANIM_GET_NEW_SWORD
|
||||
Call sub_08096028
|
||||
Wait 0x003c
|
||||
SetSyncFlag 0x00020000
|
||||
|
||||
Reference in New Issue
Block a user