summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_Phonograph.inc
blob: ae6c6ed3b512054e2f6811407aac72842cd1e44b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@ Phonograph
SCRIPT_START script_Phonograph
	BeginBlock
	Call MakeCheckableObjectInteractable
	EndBlock
script_0800BA46:
	CheckEntityInteractType
	JumpIfNot script_0800BA46
	SetPlayerIdle
	Call DisablePauseMenuAndPutAwayItems
	MessageFromTarget TEXT_PHONOGRAPH, 0x01
	WaitUntilTextboxCloses
	CheckTextboxResult
	JumpIfNot script_0800BA6C
	StopBgm
	Call sub_0806E964
	PlayBGM
script_0800BA6C:
	Call EnablePauseMenu
	EnablePlayerControl
	Jump script_0800BA46