summaryrefslogtreecommitdiff
path: root/data/scripts/lonLonRanch/script_LonLonRanchDoor.inc
blob: f9c6985e209dc8dae676f4d4e6e2c3c3c54ffa16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@ Lon Lon Ranch Door
SCRIPT_START script_LonLonRanchDoor
	BeginBlock
	DoPostScriptAction 0x0007
	CheckGlobalFlag INLOCK
	JumpIf script_0800B5BC
	EndBlock
	WaitForSyncFlagAndClear 0x00000010
	DoPostScriptAction 0x0008
	PlaySound SFX_111
	WaitForSyncFlagAndClear 0x00000010
	DoPostScriptAction 0x0007
	PlaySound SFX_111
	WaitForSyncFlagAndClear 0x00000010
	DoPostScriptAction 0x0008
	PlaySound SFX_111
	WaitForSyncFlagAndClear 0x00000010
	DoPostScriptAction 0x0007
	PlaySound SFX_111
script_0800B5BC:
	Call sub_0808692C
SCRIPT_END