summaryrefslogtreecommitdiff
path: root/audio/sfx/save_3.asm
blob: 0f237fd1a5f62925249ffd3b16b75ce933a010f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SFX_Save_3_Ch4:
	duty 2
IF DEF(_RED)
	squarenote 4, 244, 0, 7
	squarenote 3, 228, 128, 6
	squarenote 3, 228, 192, 6
	squarenote 3, 228, 0, 7
	squarenote 2, 228, 160, 7
ELSE
	squarenote 3, 228, 0, 6
	squarenote 3, 228, 128, 6
	squarenote 3, 228, 192, 6
	squarenote 3, 228, 0, 7
	squarenote 15, 242, 224, 7
ENDC
	endchannel


SFX_Save_3_Ch5:
	duty 2
IF DEF(_RED)
	squarenote 4, 8, 0, 0
	squarenote 3, 212, 1, 7
	squarenote 3, 196, 129, 6
	squarenote 3, 196, 193, 6
	squarenote 3, 196, 1, 7
	squarenote 2, 196, 161, 7
ELSE
	squarenote 3, 8, 0, 0
	squarenote 3, 196, 1, 6
	squarenote 3, 196, 129, 6
	squarenote 3, 196, 193, 6
	squarenote 3, 196, 1, 7
	squarenote 15, 210, 225, 7
ENDC
	endchannel