summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_Carpenter.inc
blob: 3358f34472f6d75de7d0ccf7a796b7bfcd440380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@ Hyrule Town carpeter next to post
SCRIPT_START script_Carpenter
	BeginBlock
	SetAnimationState 0x0004
	CallWithArg sub_080672B0, 0x00000000
	DoPostScriptAction 0x000a
	Call Carpenter_MakeInteractable
	EndBlock
script_08010AB4:
	CheckEntityInteractType
	JumpIfNot script_08010AB4
	SetPlayerIdle
	FacePlayer
	CallWithArg sub_080672B0, 0x00000004
	Call sub_08067304
	WaitUntilTextboxCloses
	EnablePlayerControl
	SetAnimationState 0x0004
	CallWithArg sub_080672B0, 0x00000000
	Jump script_08010AB4