summaryrefslogtreecommitdiff
path: root/data/scripts/dhc/script_PlayerStonesFall.inc
blob: adafc6cdc6ff03c11cbc60f1b8b046e5213f91d1 (plain)
1
2
3
4
5
6
7
8
9
10
@ Player after turning Zelda when stones fall
SCRIPT_START script_PlayerStonesFall
	EndBlock
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	CallWithArg SetPlayerAnimation2, ANIM_EZLO_SEARCH
	Call WaitForPlayerAnim
	SetSyncFlag 0x00000004
	Call SetPlayerActionNormal
SCRIPT_END