blob: eda17413af19f8e984b6221c76f292252bf6aa5e (
plain) (
blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
|
bin/goonies
%%DATADIR%%/graphics/2006_640x480.png
%%DATADIR%%/graphics/bg_background.png
%%DATADIR%%/graphics/bg_background_blue.png
%%DATADIR%%/graphics/bg_background_green.png
%%DATADIR%%/graphics/bg_background_yellow.png
%%DATADIR%%/graphics/bg_copyright.png
%%DATADIR%%/graphics/bg_copyright_2.png
%%DATADIR%%/graphics/bg_copyright_3.png
%%DATADIR%%/graphics/bg_spiderweb-bl.png
%%DATADIR%%/graphics/bg_spiderweb-br.png
%%DATADIR%%/graphics/bg_spiderweb-tl.png
%%DATADIR%%/graphics/bg_spiderweb-tr.png
%%DATADIR%%/graphics/disclaimer.png
%%DATADIR%%/graphics/font.png
%%DATADIR%%/graphics/font_highlighted.png
%%DATADIR%%/graphics/font_hud.png
%%DATADIR%%/graphics/gr_cavedoor-blue.png
%%DATADIR%%/graphics/gr_cavedoor-green.png
%%DATADIR%%/graphics/gr_cavedoor-yellow.png
%%DATADIR%%/graphics/gr_cavedoor.png
%%DATADIR%%/graphics/gr_pipe-ground.png
%%DATADIR%%/graphics/gr_pipe-h.png
%%DATADIR%%/graphics/gr_pipe-joint.png
%%DATADIR%%/graphics/gr_pipe-node.png
%%DATADIR%%/graphics/gr_pipe-v.png
%%DATADIR%%/graphics/gr_tile-bridge-l.nfo
%%DATADIR%%/graphics/gr_tile-bridge-l.png
%%DATADIR%%/graphics/gr_tile-bridge-m.nfo
%%DATADIR%%/graphics/gr_tile-bridge-m.png
%%DATADIR%%/graphics/gr_tile-bridge-r.nfo
%%DATADIR%%/graphics/gr_tile-bridge-r.png
%%DATADIR%%/graphics/gr_tile-ground-l.nfo
%%DATADIR%%/graphics/gr_tile-ground-l.png
%%DATADIR%%/graphics/gr_tile-ground-m.nfo
%%DATADIR%%/graphics/gr_tile-ground-m.png
%%DATADIR%%/graphics/gr_tile-ground-r.nfo
%%DATADIR%%/graphics/gr_tile-ground-r.png
%%DATADIR%%/graphics/gr_tileblue-bridge-l.nfo
%%DATADIR%%/graphics/gr_tileblue-bridge-l.png
%%DATADIR%%/graphics/gr_tileblue-bridge-m.nfo
%%DATADIR%%/graphics/gr_tileblue-bridge-m.png
%%DATADIR%%/graphics/gr_tileblue-bridge-r.nfo
%%DATADIR%%/graphics/gr_tileblue-bridge-r.png
%%DATADIR%%/graphics/gr_tileblue-ground-l.nfo
%%DATADIR%%/graphics/gr_tileblue-ground-l.png
%%DATADIR%%/graphics/gr_tileblue-ground-m.nfo
%%DATADIR%%/graphics/gr_tileblue-ground-m.png
%%DATADIR%%/graphics/gr_tileblue-ground-r.nfo
%%DATADIR%%/graphics/gr_tileblue-ground-r.png
%%DATADIR%%/graphics/gr_tilegreen-bridge-l.nfo
%%DATADIR%%/graphics/gr_tilegreen-bridge-l.png
%%DATADIR%%/graphics/gr_tilegreen-bridge-m.nfo
%%DATADIR%%/graphics/gr_tilegreen-bridge-m.png
%%DATADIR%%/graphics/gr_tilegreen-bridge-r.nfo
%%DATADIR%%/graphics/gr_tilegreen-bridge-r.png
%%DATADIR%%/graphics/gr_tilegreen-ground-l.nfo
%%DATADIR%%/graphics/gr_tilegreen-ground-l.png
%%DATADIR%%/graphics/gr_tilegreen-ground-m.nfo
%%DATADIR%%/graphics/gr_tilegreen-ground-m.png
%%DATADIR%%/graphics/gr_tilegreen-ground-r.nfo
%%DATADIR%%/graphics/gr_tilegreen-ground-r.png
%%DATADIR%%/graphics/gr_tileyellow-bridge-l.nfo
%%DATADIR%%/graphics/gr_tileyellow-bridge-l.png
%%DATADIR%%/graphics/gr_tileyellow-bridge-m.nfo
%%DATADIR%%/graphics/gr_tileyellow-bridge-m.png
%%DATADIR%%/graphics/gr_tileyellow-bridge-r.nfo
%%DATADIR%%/graphics/gr_tileyellow-bridge-r.png
%%DATADIR%%/graphics/gr_tileyellow-ground-l.nfo
%%DATADIR%%/graphics/gr_tileyellow-ground-l.png
%%DATADIR%%/graphics/gr_tileyellow-ground-m.nfo
%%DATADIR%%/graphics/gr_tileyellow-ground-m.png
%%DATADIR%%/graphics/gr_tileyellow-ground-r.nfo
%%DATADIR%%/graphics/gr_tileyellow-ground-r.png
%%DATADIR%%/graphics/hud-bottom.png
%%DATADIR%%/graphics/hud-experience.png
%%DATADIR%%/graphics/hud-goonie1.png
%%DATADIR%%/graphics/hud-goonie2.png
%%DATADIR%%/graphics/hud-goonie3.png
%%DATADIR%%/graphics/hud-goonie4.png
%%DATADIR%%/graphics/hud-goonie5.png
%%DATADIR%%/graphics/hud-goonie6.png
%%DATADIR%%/graphics/hud-goonie7.png
%%DATADIR%%/graphics/hud-top.png
%%DATADIR%%/graphics/hud-vitality-critical.png
%%DATADIR%%/graphics/hud-vitality.png
%%DATADIR%%/graphics/intro-character-knocked1.png
%%DATADIR%%/graphics/intro-character-knocked2.png
%%DATADIR%%/graphics/intro-character-l1.png
%%DATADIR%%/graphics/intro-character-l2.png
%%DATADIR%%/graphics/intro-character-l3.png
%%DATADIR%%/graphics/intro-character-r1.png
%%DATADIR%%/graphics/intro-character-r2.png
%%DATADIR%%/graphics/intro-character-r3.png
%%DATADIR%%/graphics/intro-character-standing-l.png
%%DATADIR%%/graphics/intro-character-thumbsup.png
%%DATADIR%%/graphics/intro-fratelli-down1.png
%%DATADIR%%/graphics/intro-fratelli-down2.png
%%DATADIR%%/graphics/intro-fratelli-l1.png
%%DATADIR%%/graphics/intro-fratelli-l2.png
%%DATADIR%%/graphics/intro-fratelli-r1.png
%%DATADIR%%/graphics/intro-fratelli-r2.png
%%DATADIR%%/graphics/intro-ground.png
%%DATADIR%%/graphics/intro-kid-happy.png
%%DATADIR%%/graphics/intro-kid-r1.png
%%DATADIR%%/graphics/intro-kid-r2.png
%%DATADIR%%/graphics/intro-kid-standing.png
%%DATADIR%%/graphics/it_bag.png
%%DATADIR%%/graphics/it_blueanti.png
%%DATADIR%%/graphics/it_bluebook.png
%%DATADIR%%/graphics/it_clock.png
%%DATADIR%%/graphics/it_goonie.png
%%DATADIR%%/graphics/it_goonie1.png
%%DATADIR%%/graphics/it_goonie2.png
%%DATADIR%%/graphics/it_greenbook.png
%%DATADIR%%/graphics/it_greenbottle.png
%%DATADIR%%/graphics/it_greenbottle1.png
%%DATADIR%%/graphics/it_greenbottle2.png
%%DATADIR%%/graphics/it_greenbottle3.png
%%DATADIR%%/graphics/it_greencoat.png
%%DATADIR%%/graphics/it_greycoat.png
%%DATADIR%%/graphics/it_hammer.png
%%DATADIR%%/graphics/it_lamp.png
%%DATADIR%%/graphics/it_lightbluebook.png
%%DATADIR%%/graphics/it_lightbluecoat.png
%%DATADIR%%/graphics/it_lightbluehelmet.png
%%DATADIR%%/graphics/it_purpleanti.png
%%DATADIR%%/graphics/it_purplebook.png
%%DATADIR%%/graphics/it_purpleshield.png
%%DATADIR%%/graphics/it_redanti.png
%%DATADIR%%/graphics/it_redbook.png
%%DATADIR%%/graphics/it_shoes.png
%%DATADIR%%/graphics/it_whitebook.png
%%DATADIR%%/graphics/it_whiteshield.png
%%DATADIR%%/graphics/it_yellowbook.png
%%DATADIR%%/graphics/it_yellowcoat.png
%%DATADIR%%/graphics/it_yellowhelmet.png
%%DATADIR%%/graphics/it_yellowshield.png
%%DATADIR%%/graphics/msx-text1.png
%%DATADIR%%/graphics/msx-text2.png
%%DATADIR%%/graphics/msx.png
%%DATADIR%%/graphics/ob_bat-death.nfo
%%DATADIR%%/graphics/ob_bat-death.png
%%DATADIR%%/graphics/ob_bat1.nfo
%%DATADIR%%/graphics/ob_bat1.png
%%DATADIR%%/graphics/ob_bat2.nfo
%%DATADIR%%/graphics/ob_bat2.png
%%DATADIR%%/graphics/ob_blueguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_blueguy-climbing-1.png
%%DATADIR%%/graphics/ob_blueguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_blueguy-climbing-2.png
%%DATADIR%%/graphics/ob_blueguy-jump-l.nfo
%%DATADIR%%/graphics/ob_blueguy-jump-l.png
%%DATADIR%%/graphics/ob_blueguy-jump-r.nfo
%%DATADIR%%/graphics/ob_blueguy-jump-r.png
%%DATADIR%%/graphics/ob_blueguy-l1.nfo
%%DATADIR%%/graphics/ob_blueguy-l1.png
%%DATADIR%%/graphics/ob_blueguy-l2.nfo
%%DATADIR%%/graphics/ob_blueguy-l2.png
%%DATADIR%%/graphics/ob_blueguy-l3.nfo
%%DATADIR%%/graphics/ob_blueguy-l3.png
%%DATADIR%%/graphics/ob_blueguy-r1.nfo
%%DATADIR%%/graphics/ob_blueguy-r1.png
%%DATADIR%%/graphics/ob_blueguy-r2.nfo
%%DATADIR%%/graphics/ob_blueguy-r2.png
%%DATADIR%%/graphics/ob_blueguy-r3.nfo
%%DATADIR%%/graphics/ob_blueguy-r3.png
%%DATADIR%%/graphics/ob_blueguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_blueguy-shooting-l.png
%%DATADIR%%/graphics/ob_blueguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_blueguy-shooting-r.png
%%DATADIR%%/graphics/ob_blueguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_blueguy-takendown-1.png
%%DATADIR%%/graphics/ob_blueguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_blueguy-takendown-2.png
%%DATADIR%%/graphics/ob_bone1.png
%%DATADIR%%/graphics/ob_bone2.png
%%DATADIR%%/graphics/ob_bone3.png
%%DATADIR%%/graphics/ob_bone4.png
%%DATADIR%%/graphics/ob_bullet-l.png
%%DATADIR%%/graphics/ob_bullet-r.png
%%DATADIR%%/graphics/ob_bullet.png
%%DATADIR%%/graphics/ob_cagedoor-closed.png
%%DATADIR%%/graphics/ob_cagedoor-open.png
%%DATADIR%%/graphics/ob_chain.png
%%DATADIR%%/graphics/ob_character-climbing-1.nfo
%%DATADIR%%/graphics/ob_character-climbing-1.png
%%DATADIR%%/graphics/ob_character-climbing-2.nfo
%%DATADIR%%/graphics/ob_character-climbing-2.png
%%DATADIR%%/graphics/ob_character-jump-l.nfo
%%DATADIR%%/graphics/ob_character-jump-l.png
%%DATADIR%%/graphics/ob_character-jump-r.nfo
%%DATADIR%%/graphics/ob_character-jump-r.png
%%DATADIR%%/graphics/ob_character-l1.nfo
%%DATADIR%%/graphics/ob_character-l1.png
%%DATADIR%%/graphics/ob_character-l2.nfo
%%DATADIR%%/graphics/ob_character-l2.png
%%DATADIR%%/graphics/ob_character-l3.nfo
%%DATADIR%%/graphics/ob_character-l3.png
%%DATADIR%%/graphics/ob_character-punch-l.nfo
%%DATADIR%%/graphics/ob_character-punch-l.png
%%DATADIR%%/graphics/ob_character-punch-mask-l.nfo
%%DATADIR%%/graphics/ob_character-punch-mask-l.png
%%DATADIR%%/graphics/ob_character-punch-mask-r.nfo
%%DATADIR%%/graphics/ob_character-punch-mask-r.png
%%DATADIR%%/graphics/ob_character-punch-r.nfo
%%DATADIR%%/graphics/ob_character-punch-r.png
%%DATADIR%%/graphics/ob_character-punchjump-l.nfo
%%DATADIR%%/graphics/ob_character-punchjump-l.png
%%DATADIR%%/graphics/ob_character-punchjump-mask-l.nfo
%%DATADIR%%/graphics/ob_character-punchjump-mask-l.png
%%DATADIR%%/graphics/ob_character-punchjump-mask-r.nfo
%%DATADIR%%/graphics/ob_character-punchjump-mask-r.png
%%DATADIR%%/graphics/ob_character-punchjump-r.nfo
%%DATADIR%%/graphics/ob_character-punchjump-r.png
%%DATADIR%%/graphics/ob_character-r1.nfo
%%DATADIR%%/graphics/ob_character-r1.png
%%DATADIR%%/graphics/ob_character-r2.nfo
%%DATADIR%%/graphics/ob_character-r2.png
%%DATADIR%%/graphics/ob_character-r3.nfo
%%DATADIR%%/graphics/ob_character-r3.png
%%DATADIR%%/graphics/ob_coin1.png
%%DATADIR%%/graphics/ob_coin2.png
%%DATADIR%%/graphics/ob_coin3.png
%%DATADIR%%/graphics/ob_coin4.png
%%DATADIR%%/graphics/ob_drop1.png
%%DATADIR%%/graphics/ob_drop2.png
%%DATADIR%%/graphics/ob_drop3.png
%%DATADIR%%/graphics/ob_drop4.png
%%DATADIR%%/graphics/ob_entrydoor.png
%%DATADIR%%/graphics/ob_exitdoor.png
%%DATADIR%%/graphics/ob_falling-bluerock1.png
%%DATADIR%%/graphics/ob_falling-bluerock2.png
%%DATADIR%%/graphics/ob_falling-bluerock3.png
%%DATADIR%%/graphics/ob_falling-greenrock1.png
%%DATADIR%%/graphics/ob_falling-greenrock2.png
%%DATADIR%%/graphics/ob_falling-greenrock3.png
%%DATADIR%%/graphics/ob_falling-rock1.png
%%DATADIR%%/graphics/ob_falling-rock2.png
%%DATADIR%%/graphics/ob_falling-rock3.png
%%DATADIR%%/graphics/ob_falling-yellowrock1.png
%%DATADIR%%/graphics/ob_falling-yellowrock2.png
%%DATADIR%%/graphics/ob_falling-yellowrock3.png
%%DATADIR%%/graphics/ob_flame1.png
%%DATADIR%%/graphics/ob_flame2.png
%%DATADIR%%/graphics/ob_flame3.png
%%DATADIR%%/graphics/ob_ghost-death.nfo
%%DATADIR%%/graphics/ob_ghost-death.png
%%DATADIR%%/graphics/ob_ghost1.nfo
%%DATADIR%%/graphics/ob_ghost1.png
%%DATADIR%%/graphics/ob_ghost2.nfo
%%DATADIR%%/graphics/ob_ghost2.png
%%DATADIR%%/graphics/ob_greenguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_greenguy-climbing-1.png
%%DATADIR%%/graphics/ob_greenguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_greenguy-climbing-2.png
%%DATADIR%%/graphics/ob_greenguy-jump-l.nfo
%%DATADIR%%/graphics/ob_greenguy-jump-l.png
%%DATADIR%%/graphics/ob_greenguy-jump-r.nfo
%%DATADIR%%/graphics/ob_greenguy-jump-r.png
%%DATADIR%%/graphics/ob_greenguy-l1.nfo
%%DATADIR%%/graphics/ob_greenguy-l1.png
%%DATADIR%%/graphics/ob_greenguy-l2.nfo
%%DATADIR%%/graphics/ob_greenguy-l2.png
%%DATADIR%%/graphics/ob_greenguy-l3.nfo
%%DATADIR%%/graphics/ob_greenguy-l3.png
%%DATADIR%%/graphics/ob_greenguy-r1.nfo
%%DATADIR%%/graphics/ob_greenguy-r1.png
%%DATADIR%%/graphics/ob_greenguy-r2.nfo
%%DATADIR%%/graphics/ob_greenguy-r2.png
%%DATADIR%%/graphics/ob_greenguy-r3.nfo
%%DATADIR%%/graphics/ob_greenguy-r3.png
%%DATADIR%%/graphics/ob_greenguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_greenguy-shooting-l.png
%%DATADIR%%/graphics/ob_greenguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_greenguy-shooting-r.png
%%DATADIR%%/graphics/ob_greenguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_greenguy-takendown-1.png
%%DATADIR%%/graphics/ob_greenguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_greenguy-takendown-2.png
%%DATADIR%%/graphics/ob_greyguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_greyguy-climbing-1.png
%%DATADIR%%/graphics/ob_greyguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_greyguy-climbing-2.png
%%DATADIR%%/graphics/ob_greyguy-jump-l.nfo
%%DATADIR%%/graphics/ob_greyguy-jump-l.png
%%DATADIR%%/graphics/ob_greyguy-jump-r.nfo
%%DATADIR%%/graphics/ob_greyguy-jump-r.png
%%DATADIR%%/graphics/ob_greyguy-l1.nfo
%%DATADIR%%/graphics/ob_greyguy-l1.png
%%DATADIR%%/graphics/ob_greyguy-l2.nfo
%%DATADIR%%/graphics/ob_greyguy-l2.png
%%DATADIR%%/graphics/ob_greyguy-l3.nfo
%%DATADIR%%/graphics/ob_greyguy-l3.png
%%DATADIR%%/graphics/ob_greyguy-r1.nfo
%%DATADIR%%/graphics/ob_greyguy-r1.png
%%DATADIR%%/graphics/ob_greyguy-r2.nfo
%%DATADIR%%/graphics/ob_greyguy-r2.png
%%DATADIR%%/graphics/ob_greyguy-r3.nfo
%%DATADIR%%/graphics/ob_greyguy-r3.png
%%DATADIR%%/graphics/ob_greyguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_greyguy-shooting-l.png
%%DATADIR%%/graphics/ob_greyguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_greyguy-shooting-r.png
%%DATADIR%%/graphics/ob_greyguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_greyguy-takendown-1.png
%%DATADIR%%/graphics/ob_greyguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_greyguy-takendown-2.png
%%DATADIR%%/graphics/ob_key.png
%%DATADIR%%/graphics/ob_lava.png
%%DATADIR%%/graphics/ob_lock.png
%%DATADIR%%/graphics/ob_musicalnote.png
%%DATADIR%%/graphics/ob_pipe-water-l1.png
%%DATADIR%%/graphics/ob_pipe-water-l2.png
%%DATADIR%%/graphics/ob_pipe-water-l3.png
%%DATADIR%%/graphics/ob_pipe-water-l4.png
%%DATADIR%%/graphics/ob_pipe-water-r1.png
%%DATADIR%%/graphics/ob_pipe-water-r2.png
%%DATADIR%%/graphics/ob_pipe-water-r3.png
%%DATADIR%%/graphics/ob_pipe-water-r4.png
%%DATADIR%%/graphics/ob_redguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_redguy-climbing-1.png
%%DATADIR%%/graphics/ob_redguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_redguy-climbing-2.png
%%DATADIR%%/graphics/ob_redguy-jump-l.nfo
%%DATADIR%%/graphics/ob_redguy-jump-l.png
%%DATADIR%%/graphics/ob_redguy-jump-r.nfo
%%DATADIR%%/graphics/ob_redguy-jump-r.png
%%DATADIR%%/graphics/ob_redguy-l1.nfo
%%DATADIR%%/graphics/ob_redguy-l1.png
%%DATADIR%%/graphics/ob_redguy-l2.nfo
%%DATADIR%%/graphics/ob_redguy-l2.png
%%DATADIR%%/graphics/ob_redguy-l3.nfo
%%DATADIR%%/graphics/ob_redguy-l3.png
%%DATADIR%%/graphics/ob_redguy-r1.nfo
%%DATADIR%%/graphics/ob_redguy-r1.png
%%DATADIR%%/graphics/ob_redguy-r2.nfo
%%DATADIR%%/graphics/ob_redguy-r2.png
%%DATADIR%%/graphics/ob_redguy-r3.nfo
%%DATADIR%%/graphics/ob_redguy-r3.png
%%DATADIR%%/graphics/ob_redguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_redguy-shooting-l.png
%%DATADIR%%/graphics/ob_redguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_redguy-shooting-r.png
%%DATADIR%%/graphics/ob_redguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_redguy-takendown-1.png
%%DATADIR%%/graphics/ob_redguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_redguy-takendown-2.png
%%DATADIR%%/graphics/ob_rock.nfo
%%DATADIR%%/graphics/ob_rock.png
%%DATADIR%%/graphics/ob_rock_blue.nfo
%%DATADIR%%/graphics/ob_rock_blue.png
%%DATADIR%%/graphics/ob_rock_greeb.nfo
%%DATADIR%%/graphics/ob_rock_green.png
%%DATADIR%%/graphics/ob_rock_yellow.nfo
%%DATADIR%%/graphics/ob_rock_yellow.png
%%DATADIR%%/graphics/ob_rope-bottom.png
%%DATADIR%%/graphics/ob_rope-top.png
%%DATADIR%%/graphics/ob_rope.png
%%DATADIR%%/graphics/ob_skeleton-l1.png
%%DATADIR%%/graphics/ob_skeleton-l2.png
%%DATADIR%%/graphics/ob_skeleton-l3.png
%%DATADIR%%/graphics/ob_skeleton-r1.png
%%DATADIR%%/graphics/ob_skeleton-r2.png
%%DATADIR%%/graphics/ob_skeleton-r3.png
%%DATADIR%%/graphics/ob_skull-death.png
%%DATADIR%%/graphics/ob_skull-entrance.png
%%DATADIR%%/graphics/ob_skull-l1.png
%%DATADIR%%/graphics/ob_skull-l2.png
%%DATADIR%%/graphics/ob_skull-r1.png
%%DATADIR%%/graphics/ob_skull-r2.png
%%DATADIR%%/graphics/ob_smoke1.png
%%DATADIR%%/graphics/ob_smoke2.png
%%DATADIR%%/graphics/ob_water-opening-blue.png
%%DATADIR%%/graphics/ob_water-opening-green.png
%%DATADIR%%/graphics/ob_water-opening-yellow.png
%%DATADIR%%/graphics/ob_water-opening.png
%%DATADIR%%/graphics/ob_water.png
%%DATADIR%%/graphics/ob_whiteguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_whiteguy-climbing-1.png
%%DATADIR%%/graphics/ob_whiteguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_whiteguy-climbing-2.png
%%DATADIR%%/graphics/ob_whiteguy-jump-l.nfo
%%DATADIR%%/graphics/ob_whiteguy-jump-l.png
%%DATADIR%%/graphics/ob_whiteguy-jump-r.nfo
%%DATADIR%%/graphics/ob_whiteguy-jump-r.png
%%DATADIR%%/graphics/ob_whiteguy-l1.nfo
%%DATADIR%%/graphics/ob_whiteguy-l1.png
%%DATADIR%%/graphics/ob_whiteguy-l2.nfo
%%DATADIR%%/graphics/ob_whiteguy-l2.png
%%DATADIR%%/graphics/ob_whiteguy-l3.nfo
%%DATADIR%%/graphics/ob_whiteguy-l3.png
%%DATADIR%%/graphics/ob_whiteguy-r1.nfo
%%DATADIR%%/graphics/ob_whiteguy-r1.png
%%DATADIR%%/graphics/ob_whiteguy-r2.nfo
%%DATADIR%%/graphics/ob_whiteguy-r2.png
%%DATADIR%%/graphics/ob_whiteguy-r3.nfo
%%DATADIR%%/graphics/ob_whiteguy-r3.png
%%DATADIR%%/graphics/ob_whiteguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_whiteguy-shooting-l.png
%%DATADIR%%/graphics/ob_whiteguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_whiteguy-shooting-r.png
%%DATADIR%%/graphics/ob_whiteguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_whiteguy-takendown-1.png
%%DATADIR%%/graphics/ob_whiteguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_whiteguy-takendown-2.png
%%DATADIR%%/graphics/ob_yellowguy-climbing-1.nfo
%%DATADIR%%/graphics/ob_yellowguy-climbing-1.png
%%DATADIR%%/graphics/ob_yellowguy-climbing-2.nfo
%%DATADIR%%/graphics/ob_yellowguy-climbing-2.png
%%DATADIR%%/graphics/ob_yellowguy-jump-l.nfo
%%DATADIR%%/graphics/ob_yellowguy-jump-l.png
%%DATADIR%%/graphics/ob_yellowguy-jump-r.nfo
%%DATADIR%%/graphics/ob_yellowguy-jump-r.png
%%DATADIR%%/graphics/ob_yellowguy-l1.nfo
%%DATADIR%%/graphics/ob_yellowguy-l1.png
%%DATADIR%%/graphics/ob_yellowguy-l2.nfo
%%DATADIR%%/graphics/ob_yellowguy-l2.png
%%DATADIR%%/graphics/ob_yellowguy-l3.nfo
%%DATADIR%%/graphics/ob_yellowguy-l3.png
%%DATADIR%%/graphics/ob_yellowguy-r1.nfo
%%DATADIR%%/graphics/ob_yellowguy-r1.png
%%DATADIR%%/graphics/ob_yellowguy-r2.nfo
%%DATADIR%%/graphics/ob_yellowguy-r2.png
%%DATADIR%%/graphics/ob_yellowguy-r3.nfo
%%DATADIR%%/graphics/ob_yellowguy-r3.png
%%DATADIR%%/graphics/ob_yellowguy-shooting-l.nfo
%%DATADIR%%/graphics/ob_yellowguy-shooting-l.png
%%DATADIR%%/graphics/ob_yellowguy-shooting-r.nfo
%%DATADIR%%/graphics/ob_yellowguy-shooting-r.png
%%DATADIR%%/graphics/ob_yellowguy-takendown-1.nfo
%%DATADIR%%/graphics/ob_yellowguy-takendown-1.png
%%DATADIR%%/graphics/ob_yellowguy-takendown-2.nfo
%%DATADIR%%/graphics/ob_yellowguy-takendown-2.png
%%DATADIR%%/graphics/presentation_bg.png
%%DATADIR%%/graphics/presentation_texts.png
%%DATADIR%%/graphics/skull_cursor.png
%%DATADIR%%/graphics/stage1.png
%%DATADIR%%/graphics/stage2.png
%%DATADIR%%/graphics/stage3.png
%%DATADIR%%/graphics/stage4.png
%%DATADIR%%/graphics/stage5.png
%%DATADIR%%/graphics/title_logo.png
%%DATADIR%%/graphics/wl_tile-ceiling-1.png
%%DATADIR%%/graphics/wl_tile-ceiling-2.png
%%DATADIR%%/graphics/wl_tile-ceiling-3.png
%%DATADIR%%/graphics/wl_tile-ceiling-4.png
%%DATADIR%%/graphics/wl_tile-ceiling-5.png
%%DATADIR%%/graphics/wl_tile-ceiling-wall-l.png
%%DATADIR%%/graphics/wl_tile-ceiling-wall-r.png
%%DATADIR%%/graphics/wl_tile-ground-wall-l.nfo
%%DATADIR%%/graphics/wl_tile-ground-wall-l.png
%%DATADIR%%/graphics/wl_tile-ground-wall-r.nfo
%%DATADIR%%/graphics/wl_tile-ground-wall-r.png
%%DATADIR%%/graphics/wl_tile-wall-l1.nfo
%%DATADIR%%/graphics/wl_tile-wall-l1.png
%%DATADIR%%/graphics/wl_tile-wall-l2.nfo
%%DATADIR%%/graphics/wl_tile-wall-l2.png
%%DATADIR%%/graphics/wl_tile-wall-l3.nfo
%%DATADIR%%/graphics/wl_tile-wall-l3.png
%%DATADIR%%/graphics/wl_tile-wall-r1.nfo
%%DATADIR%%/graphics/wl_tile-wall-r1.png
%%DATADIR%%/graphics/wl_tile-wall-r2.nfo
%%DATADIR%%/graphics/wl_tile-wall-r2.png
%%DATADIR%%/graphics/wl_tile-wall-r3.nfo
%%DATADIR%%/graphics/wl_tile-wall-r3.png
%%DATADIR%%/graphics/wl_tile-wall.png
%%DATADIR%%/graphics/wl_tile_stalactite.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-1.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-2.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-3.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-4.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-5.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-wall-l.png
%%DATADIR%%/graphics/wl_tileblue-ceiling-wall-r.png
%%DATADIR%%/graphics/wl_tileblue-ground-wall-l.nfo
%%DATADIR%%/graphics/wl_tileblue-ground-wall-l.png
%%DATADIR%%/graphics/wl_tileblue-ground-wall-r.nfo
%%DATADIR%%/graphics/wl_tileblue-ground-wall-r.png
%%DATADIR%%/graphics/wl_tileblue-wall-l1.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-l1.png
%%DATADIR%%/graphics/wl_tileblue-wall-l2.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-l2.png
%%DATADIR%%/graphics/wl_tileblue-wall-l3.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-l3.png
%%DATADIR%%/graphics/wl_tileblue-wall-r1.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-r1.png
%%DATADIR%%/graphics/wl_tileblue-wall-r2.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-r2.png
%%DATADIR%%/graphics/wl_tileblue-wall-r3.nfo
%%DATADIR%%/graphics/wl_tileblue-wall-r3.png
%%DATADIR%%/graphics/wl_tileblue-wall.png
%%DATADIR%%/graphics/wl_tileblue_stalactite.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-1.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-2.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-3.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-4.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-5.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-wall-l.png
%%DATADIR%%/graphics/wl_tilegreen-ceiling-wall-r.png
%%DATADIR%%/graphics/wl_tilegreen-ground-wall-l.nfo
%%DATADIR%%/graphics/wl_tilegreen-ground-wall-l.png
%%DATADIR%%/graphics/wl_tilegreen-ground-wall-r.nfo
%%DATADIR%%/graphics/wl_tilegreen-ground-wall-r.png
%%DATADIR%%/graphics/wl_tilegreen-wall-l1.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-l1.png
%%DATADIR%%/graphics/wl_tilegreen-wall-l2.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-l2.png
%%DATADIR%%/graphics/wl_tilegreen-wall-l3.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-l3.png
%%DATADIR%%/graphics/wl_tilegreen-wall-r1.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-r1.png
%%DATADIR%%/graphics/wl_tilegreen-wall-r2.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-r2.png
%%DATADIR%%/graphics/wl_tilegreen-wall-r3.nfo
%%DATADIR%%/graphics/wl_tilegreen-wall-r3.png
%%DATADIR%%/graphics/wl_tilegreen-wall.png
%%DATADIR%%/graphics/wl_tilegreen_stalactite.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-1.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-2.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-3.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-4.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-5.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-wall-l.png
%%DATADIR%%/graphics/wl_tileyellow-ceiling-wall-r.png
%%DATADIR%%/graphics/wl_tileyellow-ground-wall-l.nfo
%%DATADIR%%/graphics/wl_tileyellow-ground-wall-l.png
%%DATADIR%%/graphics/wl_tileyellow-ground-wall-r.nfo
%%DATADIR%%/graphics/wl_tileyellow-ground-wall-r.png
%%DATADIR%%/graphics/wl_tileyellow-wall-l1.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-l1.png
%%DATADIR%%/graphics/wl_tileyellow-wall-l2.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-l2.png
%%DATADIR%%/graphics/wl_tileyellow-wall-l3.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-l3.png
%%DATADIR%%/graphics/wl_tileyellow-wall-r1.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-r1.png
%%DATADIR%%/graphics/wl_tileyellow-wall-r2.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-r2.png
%%DATADIR%%/graphics/wl_tileyellow-wall-r3.nfo
%%DATADIR%%/graphics/wl_tileyellow-wall-r3.png
%%DATADIR%%/graphics/wl_tileyellow-wall.png
%%DATADIR%%/graphics/wl_tileyellow_stalactite.png
%%DATADIR%%/maps/fratellies.txt
%%DATADIR%%/maps/level0-0-0.gmp
%%DATADIR%%/maps/level1-0-2.gmp
%%DATADIR%%/maps/level1-0-3.gmp
%%DATADIR%%/maps/level1-0-4.gmp
%%DATADIR%%/maps/level1-1-1.gmp
%%DATADIR%%/maps/level1-1-2.gmp
%%DATADIR%%/maps/level1-1-3.gmp
%%DATADIR%%/maps/level1-1-4.gmp
%%DATADIR%%/maps/level1-2-1.gmp
%%DATADIR%%/maps/level1-2-2.gmp
%%DATADIR%%/maps/level1-2-3.gmp
%%DATADIR%%/maps/level1-3-1.gmp
%%DATADIR%%/maps/level1-3-4.gmp
%%DATADIR%%/maps/level1-4-1.gmp
%%DATADIR%%/maps/level1-4-2.gmp
%%DATADIR%%/maps/level1-4-3.gmp
%%DATADIR%%/maps/level1-4-4.gmp
%%DATADIR%%/maps/level1-5-1.gmp
%%DATADIR%%/maps/level1-5-2.gmp
%%DATADIR%%/maps/level1-5-3.gmp
%%DATADIR%%/maps/level1-5-4.gmp
%%DATADIR%%/maps/level2-1-2.gmp
%%DATADIR%%/maps/level2-1-3.gmp
%%DATADIR%%/maps/level2-1-4.gmp
%%DATADIR%%/maps/level2-2-1.gmp
%%DATADIR%%/maps/level2-2-3.gmp
%%DATADIR%%/maps/level2-2-4.gmp
%%DATADIR%%/maps/level2-3-1.gmp
%%DATADIR%%/maps/level2-3-2.gmp
%%DATADIR%%/maps/level2-3-4.gmp
%%DATADIR%%/maps/level2-4-2.gmp
%%DATADIR%%/maps/level2-4-3.gmp
%%DATADIR%%/maps/level2-4-4.gmp
%%DATADIR%%/maps/level2-5-1.gmp
%%DATADIR%%/maps/level2-5-2.gmp
%%DATADIR%%/maps/level2-5-3.gmp
%%DATADIR%%/maps/level2-5-4.gmp
%%DATADIR%%/maps/level2-6-1.gmp
%%DATADIR%%/maps/level2-6-2.gmp
%%DATADIR%%/maps/level2-6-3.gmp
%%DATADIR%%/maps/level2-6-4.gmp
%%DATADIR%%/maps/level3-1-1.gmp
%%DATADIR%%/maps/level3-1-3.gmp
%%DATADIR%%/maps/level3-2-0.gmp
%%DATADIR%%/maps/level3-2-1.gmp
%%DATADIR%%/maps/level3-2-2.gmp
%%DATADIR%%/maps/level3-2-3.gmp
%%DATADIR%%/maps/level3-3-0.gmp
%%DATADIR%%/maps/level3-3-1.gmp
%%DATADIR%%/maps/level3-3-2.gmp
%%DATADIR%%/maps/level3-3-3.gmp
%%DATADIR%%/maps/level3-4-0.gmp
%%DATADIR%%/maps/level3-4-1.gmp
%%DATADIR%%/maps/level3-4-2.gmp
%%DATADIR%%/maps/level3-4-3.gmp
%%DATADIR%%/maps/level3-5-0.gmp
%%DATADIR%%/maps/level3-5-1.gmp
%%DATADIR%%/maps/level3-5-2.gmp
%%DATADIR%%/maps/level3-6-0.gmp
%%DATADIR%%/maps/level3-6-1.gmp
%%DATADIR%%/maps/level3-6-2.gmp
%%DATADIR%%/maps/level4-1-2.gmp
%%DATADIR%%/maps/level4-1-3.gmp
%%DATADIR%%/maps/level4-1-4.gmp
%%DATADIR%%/maps/level4-2-1.gmp
%%DATADIR%%/maps/level4-2-2.gmp
%%DATADIR%%/maps/level4-2-4.gmp
%%DATADIR%%/maps/level4-3-1.gmp
%%DATADIR%%/maps/level4-3-2.gmp
%%DATADIR%%/maps/level4-3-4.gmp
%%DATADIR%%/maps/level4-4-1.gmp
%%DATADIR%%/maps/level4-4-2.gmp
%%DATADIR%%/maps/level4-4-3.gmp
%%DATADIR%%/maps/level4-4-4.gmp
%%DATADIR%%/maps/level4-5-1.gmp
%%DATADIR%%/maps/level4-5-3.gmp
%%DATADIR%%/maps/level4-5-4.gmp
%%DATADIR%%/maps/level4-6-1.gmp
%%DATADIR%%/maps/level4-6-2.gmp
%%DATADIR%%/maps/level4-6-3.gmp
%%DATADIR%%/maps/level4-6-4.gmp
%%DATADIR%%/maps/level5-1-2.gmp
%%DATADIR%%/maps/level5-1-3.gmp
%%DATADIR%%/maps/level5-1-4.gmp
%%DATADIR%%/maps/level5-2-2.gmp
%%DATADIR%%/maps/level5-2-4.gmp
%%DATADIR%%/maps/level5-3-1.gmp
%%DATADIR%%/maps/level5-3-2.gmp
%%DATADIR%%/maps/level5-3-3.gmp
%%DATADIR%%/maps/level5-3-4.gmp
%%DATADIR%%/maps/level5-4-1.gmp
%%DATADIR%%/maps/level5-4-2.gmp
%%DATADIR%%/maps/level5-4-4.gmp
%%DATADIR%%/maps/level5-5-1.gmp
%%DATADIR%%/maps/level5-5-2.gmp
%%DATADIR%%/maps/level5-5-3.gmp
%%DATADIR%%/maps/level5-5-4.gmp
%%DATADIR%%/maps/level5-6-1.gmp
%%DATADIR%%/maps/level5-6-2.gmp
%%DATADIR%%/maps/level5-6-3.gmp
%%DATADIR%%/maps/level5-6-4.gmp
%%DATADIR%%/maps/musics.txt
%%DATADIR%%/sound/cave1.ogg
%%DATADIR%%/sound/cave1amb.ogg
%%DATADIR%%/sound/cave2.ogg
%%DATADIR%%/sound/cave2amb.ogg
%%DATADIR%%/sound/cutscene.ogg
%%DATADIR%%/sound/endcredits.ogg
%%DATADIR%%/sound/gameover.ogg
%%DATADIR%%/sound/levelclear.ogg
%%DATADIR%%/sound/sfx/bat_attack.ogg
%%DATADIR%%/sound/sfx/bat_fly.ogg
%%DATADIR%%/sound/sfx/bigrock_fall.ogg
%%DATADIR%%/sound/sfx/bigrock_winch.ogg
%%DATADIR%%/sound/sfx/closingwall.ogg
%%DATADIR%%/sound/sfx/cursor_move.ogg
%%DATADIR%%/sound/sfx/cursor_select.ogg
%%DATADIR%%/sound/sfx/doubloon.ogg
%%DATADIR%%/sound/sfx/enemy_appear.ogg
%%DATADIR%%/sound/sfx/flame.ogg
%%DATADIR%%/sound/sfx/fratelli_attack.ogg
%%DATADIR%%/sound/sfx/fratelli_climb.ogg
%%DATADIR%%/sound/sfx/fratelli_dead.ogg
%%DATADIR%%/sound/sfx/fratelli_dead_francis.ogg
%%DATADIR%%/sound/sfx/fratelli_dead_jake.ogg
%%DATADIR%%/sound/sfx/fratelli_dead_ma.ogg
%%DATADIR%%/sound/sfx/fratelli_jump_francis.ogg
%%DATADIR%%/sound/sfx/fratelli_jump_jake.ogg
%%DATADIR%%/sound/sfx/fratelli_jump_ma.ogg
%%DATADIR%%/sound/sfx/fratelli_sing.ogg
%%DATADIR%%/sound/sfx/fratelli_walk.ogg
%%DATADIR%%/sound/sfx/ghost_appear.ogg
%%DATADIR%%/sound/sfx/intro.ogg
%%DATADIR%%/sound/sfx/item_appear.ogg
%%DATADIR%%/sound/sfx/msxbeep.ogg
%%DATADIR%%/sound/sfx/open_door.ogg
%%DATADIR%%/sound/sfx/open_lock.ogg
%%DATADIR%%/sound/sfx/pause.ogg
%%DATADIR%%/sound/sfx/player_attack.ogg
%%DATADIR%%/sound/sfx/player_climb.ogg
%%DATADIR%%/sound/sfx/player_critical.ogg
%%DATADIR%%/sound/sfx/player_dead.ogg
%%DATADIR%%/sound/sfx/player_hit.ogg
%%DATADIR%%/sound/sfx/player_hit_enemy.ogg
%%DATADIR%%/sound/sfx/player_jump.ogg
%%DATADIR%%/sound/sfx/player_land.ogg
%%DATADIR%%/sound/sfx/player_pickup_item.ogg
%%DATADIR%%/sound/sfx/player_pickup_key.ogg
%%DATADIR%%/sound/sfx/player_walk.ogg
%%DATADIR%%/sound/sfx/rescue_goonie.ogg
%%DATADIR%%/sound/sfx/rockfall.ogg
%%DATADIR%%/sound/sfx/skeleton_attack.ogg
%%DATADIR%%/sound/sfx/skeleton_dead.ogg
%%DATADIR%%/sound/sfx/skeleton_walk.ogg
%%DATADIR%%/sound/sfx/skull_bounce.ogg
%%DATADIR%%/sound/sfx/skull_dead.ogg
%%DATADIR%%/sound/sfx/skulldoor.ogg
%%DATADIR%%/sound/sfx/steam_vent.ogg
%%DATADIR%%/sound/sfx/steleton_walk.ogg
%%DATADIR%%/sound/sfx/water_vent.ogg
%%DATADIR%%/sound/sfx/waterdrop.ogg
%%DATADIR%%/sound/sfx/waterdrop2.ogg
%%DATADIR%%/sound/sfx/waterdrop3.ogg
%%DATADIR%%/sound/sfx/waterfall.ogg
%%DATADIR%%/sound/sfx/waterfall2.ogg
%%DATADIR%%/sound/title.ogg
@dirrm %%DATADIR%%/sound/sfx
@dirrm %%DATADIR%%/sound
@dirrm %%DATADIR%%/maps
@dirrm %%DATADIR%%/graphics
@dirrm %%DATADIR%%
|