summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_NayruAlone.inc
blob: 9b72c9478cd31a9581ff4cf0b4df51b65af376c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@ Nayru completely alone
SCRIPT_START script_NayruAlone
	BeginBlock
	Call Nayru_MakeInteractable
	SetAnimationState 0x0004
	DoPostScriptAction 0x0001
	DoPostScriptAction 0x000a
	EndBlock
script_08012216:
	CheckEntityInteractType
	JumpIfNot script_08012216
	SetPlayerIdle
	FacePlayer
	DoPostScriptAction 0x0000
	MessageNoOverlap TEXT_HAPPY_HEARTH, 0x25
	WaitUntilTextboxCloses
	EnablePlayerControl
	SetAnimationState 0x0004
	DoPostScriptAction 0x0001
	Jump script_08012216