Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4323 yogev_ezra 1
db 'datapack'
2
count dd 5
3
dd wav_file1, wav_file1_end - wav_file1
4
dd wav_file2, wav_file2_end - wav_file2
5
dd wav_file3, wav_file3_end - wav_file3
6
dd wav_file4, wav_file4_end - wav_file4
7
dd wav_file5, wav_file5_end - wav_file5
8
dd 0
9
 
10
align 4
11
 
12
 
13
wav_file1:
14
file 'bombfly16_2_11.wav':0x36
15
wav_file1_end:
16
 
17
wav_file2:
18
file 'bombbang16_2_11.wav':0x36
19
wav_file2_end:
20
 
21
wav_file3:
22
file 'zenitka16_2_11.wav':0x36
23
wav_file3_end:
24
 
25
wav_file4:
26
file 'plane16_2_11.wav':0x36
27
wav_file4_end:
28
 
29
wav_file5:
30
file 'airradewarning16_2_11.wav':0x36
31
wav_file5_end: