summaryrefslogtreecommitdiff
path: root/audio/sfx/save_3.asm
blob: 8db092b2528aa2cd7cfed4a6dcd859182b2b3456 (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_Ch5:
	duty_cycle 2
IF DEF(_RED)
	square_note 4, 15, 4, 1792
	square_note 3, 14, 4, 1664
	square_note 3, 14, 4, 1728
	square_note 3, 14, 4, 1792
	square_note 2, 14, 4, 1952
ELSE
	square_note 3, 14, 4, 1536
	square_note 3, 14, 4, 1664
	square_note 3, 14, 4, 1728
	square_note 3, 14, 4, 1792
	square_note 15, 15, 2, 2016
ENDC
	sound_ret


SFX_Save_3_Ch6:
	duty_cycle 2
IF DEF(_RED)
	square_note 4, 0, 8, 0
	square_note 3, 13, 4, 1793
	square_note 3, 12, 4, 1665
	square_note 3, 12, 4, 1729
	square_note 3, 12, 4, 1793
	square_note 2, 12, 4, 1953
ELSE
	square_note 3, 0, 8, 0
	square_note 3, 12, 4, 1537
	square_note 3, 12, 4, 1665
	square_note 3, 12, 4, 1729
	square_note 3, 12, 4, 1793
	square_note 15, 13, 2, 2017
ENDC
	sound_ret