home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Krustys SFX Ad Libs / Lowe_KrustysSFXAdLibs.img / DISKSENT / STABLE0.ASM < prev    next >
Encoding:
Assembly Source File  |  1980-01-01  |  24.2 KB  |  1,533 lines

  1.  
  2.  
  3.  
  4.         ;;CHANNEL AND PRIORITY ASSIGNMENTS
  5.     ;  al fx are run on channels 7 and 8
  6.     ; priority range is from 0 to 255 with 255 having the highest
  7.     ; priority.
  8.  
  9.     ; having not seen the game
  10.     ; I have set them all to play on channel 8 with the priority's
  11.     ; all set to 4...when priority is equal then the newest fx will play
  12.     ; this means they will all overwrite each other at the present
  13.     ; settings.to alter any fx just change the channel or priority equ
  14.     ; in this list before assembly.
  15.  
  16.  
  17. fx1_channel    equ 8
  18. fx1_priority    equ 4
  19. fx2_channel    equ 8
  20. fx2_priority    equ 4
  21. fx3_channel    equ 8
  22. fx3_priority    equ 4
  23. fx4_channel    equ 8
  24. fx4_priority    equ 4
  25. fx5_channel    equ 8
  26. fx5_priority    equ 4
  27. fx6_channel    equ 8
  28. fx6_priority    equ 4
  29. fx7_channel    equ 8
  30. fx7_priority    equ 4
  31. fx8_channel    equ 8
  32. fx8_priority    equ 4
  33. fx9_channel    equ 8
  34. fx9_priority    equ 4
  35. fx10_channel    equ 8
  36. fx10_priority    equ 4
  37. fx11_channel    equ 8
  38. fx11_priority    equ 4
  39. fx12_channel    equ 8
  40. fx12_priority    equ 4
  41. fx13_channel    equ 8
  42. fx13_priority    equ 4
  43. fx14_channel    equ 8
  44. fx14_priority    equ 4
  45. fx15_channel    equ 8
  46. fx15_priority    equ 4
  47. fx16_channel    equ 8
  48. fx16_priority    equ 4
  49. fx17_channel    equ 8
  50. fx17_priority    equ 4
  51. fx18_channel    equ 8
  52. fx18_priority    equ 4
  53. fx19_channel    equ 8
  54. fx19_priority    equ 4
  55. fx20_channel    equ 8
  56. fx20_priority    equ 4
  57. fx21_channel    equ 8
  58. fx21_priority    equ 4
  59. fx22_channel    equ 8
  60. fx22_priority    equ 4
  61. fx23_channel    equ 8
  62. fx23_priority    equ 4
  63. fx24_channel    equ 8
  64. fx24_priority    equ 4
  65. fx25_channel    equ 8
  66. fx25_priority    equ 4
  67. fx26_channel    equ 8
  68. fx26_priority    equ 4
  69. fx27_channel    equ 8
  70. fx27_priority    equ 4
  71. fx28_channel    equ 8
  72. fx28_priority    equ 4
  73. fx29_channel    equ 8
  74. fx29_priority    equ 4
  75. fx30_channel    equ 8
  76. fx30_priority    equ 4
  77. fx31_channel    equ 8
  78. fx31_priority    equ 4
  79. fx32_channel    equ 8
  80. fx32_priority    equ 4
  81. fx33_channel    equ 8
  82. fx33_priority    equ 4
  83. fx34_channel    equ 8
  84. fx34_priority    equ 4
  85. fx35_channel    equ 8
  86. fx35_priority    equ 4
  87. fx36_channel    equ 8
  88. fx36_priority    equ 4
  89. fx37_channel    equ 8
  90. fx37_priority    equ 4
  91. fx38_channel    equ 8
  92. fx38_priority    equ 4
  93. fx39_channel    equ 8
  94. fx39_priority    equ 4
  95. fx40_channel    equ 8
  96. fx40_priority    equ 4
  97. fx41_channel    equ 8
  98. fx41_priority    equ 4
  99. fx42_channel    equ 8
  100. fx42_priority    equ 4
  101. fx43_channel    equ 8
  102. fx43_priority    equ 4
  103. fx44_channel    equ 7
  104. fx44_priority    equ 4
  105. fx45_channel    equ 7
  106. fx45_priority    equ 4
  107. fx46_channel    equ 8
  108. fx46_priority    equ 4
  109. fx47_channel    equ 8
  110. fx47_priority    equ 4
  111. fx48_channel    equ 8
  112. fx48_priority    equ 4
  113.  
  114.  
  115.  
  116.  
  117. ;******************************* stable0.asm ******************************
  118.  
  119. include    tables.inc
  120.  
  121. _TEXT segment byte public  'code'
  122.     assume CS:_TEXT
  123.     assume DS:_TEXT
  124.  
  125. patch_change    equ 090h
  126. start_string    equ 082h 
  127. set_tempo    equ 0a9h
  128. end_string    equ 088h
  129. string_loop    equ 080h
  130. go_back        equ 081h
  131. volume        equ 0abh
  132. octave_offset    equ 087h
  133. kd        equ 022h
  134. sn        equ 024h
  135. h        equ 028h
  136.  
  137. cr        equ 24
  138. q        equ 12
  139. sq        equ 6
  140. dsq        equ 3
  141.  
  142. stopch        equ 0b3h 
  143. tempo3        equ 240
  144. tempo4        equ 180
  145. tempo5        equ 175
  146. bonus        equ 180
  147. hi_score    equ 175
  148. presentation    equ 180
  149.  
  150. ;----------------------------------------------------------------------------
  151.  
  152.     public _SoundTable0
  153.  
  154. _SoundTable0    label    byte
  155.         dw 0        ;0
  156.         dw hooter    ;1
  157.         dw rat_squeak
  158.         dw rat_pop
  159.         dw hit_bend
  160.         dw rat_shred
  161.         dw rat_die
  162.         dw rat_spring
  163.         dw bonk
  164.         dw winch
  165.         dw zap
  166.         dw whistle
  167.         dw gulp
  168.         dw mince
  169.         dw throw_pie
  170.         dw throw_sball
  171.         dw sb_bounce
  172.         dw sb_hit
  173.         dw kick
  174.         dw barrel
  175.         dw alien_lazer
  176.         dw alien_exp
  177.  
  178.         dw hit_alien
  179.         dw pickup
  180.         dw putdown
  181.         dw fall_part1
  182.         dw fall_part2
  183.         dw blower
  184.         dw drip
  185.         dw snake
  186.         dw drop_egg
  187.         dw rat_pop
  188.         dw bounce_spring
  189.         dw locked_room
  190.         dw rat_plop
  191.         dw khit
  192.         dw egghit
  193.         dw superball
  194.         dw pies
  195.         dw burger
  196.         dw crisps
  197.         dw xlife
  198.  
  199.         dw mug    
  200.         dw tricks
  201.         dw magic1
  202.         dw magic2
  203.         dw kdie
  204.         dw kgrow
  205.         dw kshrink
  206.         dw killall        ;number 49
  207.  
  208.  
  209.  
  210.             ;music files
  211.         dw sect1_tune    ;a....50
  212.         dw sect2_tune    ;b....51
  213.         dw sect3_tune    ;52
  214.         dw sect4_tune1    ;53
  215.         dw sect5_tune1    ;54    ;e key
  216.         dw bonus_tune1    ;55
  217.         dw hs_tune1    ;56    ;g
  218.         dw pres_tune    ;57
  219.  
  220.             ;sect1  parts
  221.         dw sect1_bass    ;58
  222.         dw sect1_kickd    ;59
  223.         dw sect1_hat    ;60
  224.         dw sect1_snare    ;61
  225.             ;sect2  parts
  226.         dw sect2_bass    ;62
  227.         dw sect2_kickd  ;63
  228.         dw sect2_hat    ;64
  229.         dw sect2_snare    ;65
  230.         dw sect2_tuneh    ;66
  231.         dw sect2_acc    ;67
  232.             ;sect3 parts
  233.         dw sect3_bass    ;68
  234.         dw sect3_kickd    ;69
  235.         dw sect3_hat    ;70
  236.         dw sect3_snare    ;71
  237.         dw sect3_acc    ;72
  238.             ;sect4 parts
  239.         dw sect4_bass    ;73
  240.         dw sect4_kickd    ;74
  241.         dw sect4_hat    ;75
  242.         dw sect4_snare    ;76
  243.         dw sect4_tune2    ;77
  244.         dw sect4_tune3    ;78
  245.             ;sect5 parts
  246.         dw sect5_bass    ;79 c2
  247.         dw sect5_kickd    ;80 c3
  248.         dw sect5_hat    ;81 c4
  249.         dw sect5_snare    ;82 c5
  250.         dw sect5_tune2    ;83 c6
  251.         dw sect5_tune3    ;84 c7
  252.             ;bonus parts
  253.         dw bonus_bass    ;85 c2
  254.         dw bonus_kickd    ;86 c3
  255.         dw bonus_hat    ;87 c4
  256.         dw bonus_snare    ;88 c5
  257.         dw bonus_tune2    ;89 c6
  258.             ;hi_score parts
  259.         dw hs_bass    ;90 c2
  260.         dw hs_kickd    ;91 c3
  261.         dw hs_hat    ;92 c4
  262.         dw hs_snare    ;93 c5
  263.         dw hs_acc    ;94 c6
  264.             ;presentation_parts
  265.         dw pres_bass    ;95 c2
  266.         dw pres_kickd    ;96 c3
  267.         dw pres_hat    ;97 c4
  268.         dw pres_snare    ;98 c5
  269.         dw pres_acc1    ;99 c6
  270.         dw pres_acc2    ;100 c7
  271.  
  272.         dw 0,0,0,0,0,0,0,0,0,0
  273.         dw bell2
  274.         dw bell3
  275.         dw bell4
  276.         dw bell5
  277.         dw bell6
  278.         dw bell7
  279.         dw bell8
  280.         dw bell9
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287. ;----------------------------------------------------------------------------
  288.  
  289. ;;;;MUSIC DATA HERE
  290.  
  291.  
  292.     include sect1.dat
  293.     include sect2.dat
  294.     include sect3.dat
  295.     include sect4.dat
  296.     include sect5.dat
  297.     include bonus.dat
  298.     include hiscore.dat
  299.     include present.dat
  300.  
  301.  
  302.  
  303.  
  304. ;*************************************************
  305.  
  306. bellattn    equ 8
  307. belltempo    equ 0e0h
  308.  
  309.  
  310. ;;;    FX DATA HERE
  311.  
  312. Bell2    db    007h,004h
  313.         db    0abh,BELLATTN
  314.         db    0a9h,BELLTEMPO
  315.         db    090h,001h
  316.         db    001h,002h
  317.         db    090h,125
  318.  
  319.         db    089h,02h    ;1
  320.         db    022h,02h    ;2
  321.         db    089h,02h    ;3
  322.         db    089h,02h    ;4
  323.         db    089h,02h    ;5
  324.         db    089h,02h    ;6
  325.  
  326.         db    089h,02h    ;7
  327.         db    089h,02h    ;8
  328.         db    089h,02h    ;9
  329.         db    089h,02h    ;1
  330.         db    038h,02h    ;2
  331.         db    089h,02h    ;3
  332.  
  333.         db    089h,02h    ;4
  334.         db    089h,02h    ;5
  335.         db    089h,02h    ;6
  336.         db    089h,02h    ;7
  337.         db    089h,02h    ;8
  338.         db    089h,02h    ;9
  339.  
  340.         db    089h,02h    ;1
  341.         db    052h,02h    ;2
  342.         db    089h,02h    ;3
  343.         db    089h,02h    ;4
  344.         db    089h,02h    ;5
  345.         db    089h,02h    ;6
  346.  
  347.         db    089h,02h    ;7
  348.         db    089h,02h    ;8
  349.         db    089h,02h    ;9
  350.         db    089h,02h    ;1
  351.         db    068h,02h    ;2
  352.         db    089h,02h    ;3
  353.         db    088h
  354. Bell3    db    008h,004h
  355.         db    0abh,BELLATTN
  356.         db    0a9h,BELLTEMPO
  357.         db    090h,001h
  358.         db    001h,002h
  359.         db    090h,125
  360.  
  361.         db    089h,02h    ;1
  362.         db    089h,02h    ;2
  363.         db    024h,02h    ;3
  364.         db    089h,02h    ;4
  365.         db    089h,02h    ;5
  366.         db    089h,02h    ;6
  367.  
  368.         db    089h,02h    ;7
  369.         db    089h,02h    ;8
  370.         db    089h,02h    ;9
  371.         db    089h,02h    ;1
  372.         db    089h,02h    ;2
  373.         db    03ah,02h    ;3
  374.  
  375.         db    089h,02h    ;4
  376.         db    089h,02h    ;5
  377.         db    089h,02h    ;6
  378.         db    089h,02h    ;7
  379.         db    089h,02h    ;8
  380.         db    089h,02h    ;9
  381.  
  382.         db    089h,02h    ;1
  383.         db    089h,02h    ;2
  384.         db    054h,02h    ;3
  385.         db    089h,02h    ;4
  386.         db    089h,02h    ;5
  387.         db    089h,02h    ;6
  388.  
  389.         db    089h,02h    ;7
  390.         db    089h,02h    ;8
  391.         db    089h,02h    ;9
  392.         db    089h,02h    ;1
  393.         db    089h,02h    ;2
  394.         db    06ah,02h    ;3
  395.         db    088h
  396.  
  397. Bell4    db    007h,004h
  398.         db    0abh,BELLATTN
  399.         db    0a9h,BELLTEMPO
  400.         db    090h,001h
  401.         db    001h,002h
  402.         db    090h,125
  403.  
  404.         db    089h,02h    ;1
  405.         db    089h,02h    ;2
  406.         db    089h,02h    ;3
  407.         db    026h,02h    ;4
  408.         db    089h,02h    ;5
  409.         db    089h,02h    ;6
  410.  
  411.         db    089h,02h    ;7
  412.         db    089h,02h    ;8
  413.         db    089h,02h    ;9
  414.         db    089h,02h    ;1
  415.         db    089h,02h    ;2
  416.         db    089h,02h    ;3
  417.  
  418.         db    040h,02h    ;4
  419.         db    089h,02h    ;5
  420.         db    089h,02h    ;6
  421.         db    089h,02h    ;7
  422.         db    089h,02h    ;8
  423.         db    089h,02h    ;9
  424.  
  425.         db    089h,02h    ;1
  426.         db    089h,02h    ;2
  427.         db    089h,02h    ;3
  428.         db    056h,02h    ;4
  429.         db    089h,02h    ;5
  430.         db    089h,02h    ;6
  431.  
  432.         db    089h,02h    ;7
  433.         db    089h,02h    ;8
  434.         db    089h,02h    ;9
  435.         db    089h,02h    ;1
  436.         db    089h,02h    ;2
  437.         db    089h,02h    ;3
  438.         db    088h
  439.  
  440. Bell5    db    008h,004h
  441.         db    0abh,BELLATTN
  442.         db    0a9h,BELLTEMPO
  443.         db    090h,001h
  444.         db    001h,002h
  445.         db    090h,125
  446.  
  447.         db    089h,02h    ;1
  448.         db    089h,02h    ;2
  449.         db    089h,02h    ;3
  450.         db    089h,02h    ;4
  451.         db    028h,02h    ;5
  452.         db    089h,02h    ;6
  453.  
  454.         db    089h,02h    ;7
  455.         db    089h,02h    ;8
  456.         db    089h,02h    ;9
  457.         db    089h,02h    ;1
  458.         db    089h,02h    ;2
  459.         db    089h,02h    ;3
  460.  
  461.         db    089h,02h    ;4
  462.         db    042h,02h    ;5
  463.         db    089h,02h    ;6
  464.         db    089h,02h    ;7
  465.         db    089h,02h    ;8
  466.         db    089h,02h    ;9
  467.  
  468.         db    089h,02h    ;1
  469.         db    089h,02h    ;2
  470.         db    089h,02h    ;3
  471.         db    089h,02h    ;4
  472.         db    058h,02h    ;5
  473.         db    089h,02h    ;6
  474.  
  475.         db    089h,02h    ;7
  476.         db    089h,02h    ;8
  477.         db    089h,02h    ;9
  478.         db    089h,02h    ;1
  479.         db    089h,02h    ;2
  480.         db    089h,02h    ;3
  481.         db    088h
  482.  
  483. Bell6    db    007h,004h
  484.         db    0abh,BELLATTN
  485.         db    0a9h,BELLTEMPO
  486.         db    090h,001h
  487.         db    001h,002h
  488.         db    090h,125
  489.  
  490.         db    089h,02h    ;1
  491.         db    089h,02h    ;2
  492.         db    089h,02h    ;3
  493.         db    089h,02h    ;4
  494.         db    089h,02h    ;5
  495.         db    02ah,02h    ;6
  496.  
  497.         db    089h,02h    ;7
  498.         db    089h,02h    ;8
  499.         db    089h,02h    ;9
  500.         db    089h,02h    ;1
  501.         db    089h,02h    ;2
  502.         db    089h,02h    ;3
  503.  
  504.         db    089h,02h    ;4
  505.         db    089h,02h    ;5
  506.         db    044h,02h    ;6
  507.         db    089h,02h    ;7
  508.         db    089h,02h    ;8
  509.         db    089h,02h    ;9
  510.  
  511.         db    089h,02h    ;1
  512.         db    089h,02h    ;2
  513.         db    089h,02h    ;3
  514.         db    089h,02h    ;4
  515.         db    089h,02h    ;5
  516.         db    05ah,02h    ;6
  517.  
  518.         db    089h,02h    ;7
  519.         db    089h,02h    ;8
  520.         db    089h,02h    ;9
  521.         db    089h,02h    ;1
  522.         db    089h,02h    ;2
  523.         db    089h,02h    ;3
  524.         db    088h
  525.  
  526. Bell7    db    008h,004h
  527.         db    0abh,BELLATTN
  528.         db    0a9h,BELLTEMPO
  529.         db    090h,001h
  530.         db    001h,002h
  531.         db    090h,125
  532.  
  533.         db    089h,02h    ;1
  534.         db    089h,02h    ;2
  535.         db    089h,02h    ;3
  536.         db    089h,02h    ;4
  537.         db    089h,02h    ;5
  538.         db    089h,02h    ;6
  539.  
  540.         db    030h,02h    ;7
  541.         db    089h,02h    ;8
  542.         db    089h,02h    ;9
  543.         db    089h,02h    ;1
  544.         db    089h,02h    ;2
  545.         db    089h,02h    ;3
  546.  
  547.         db    089h,02h    ;4
  548.         db    089h,02h    ;5
  549.         db    089h,02h    ;6
  550.         db    046h,02h    ;7
  551.         db    089h,02h    ;8
  552.         db    089h,02h    ;9
  553.  
  554.         db    089h,02h    ;1
  555.         db    089h,02h    ;2
  556.         db    089h,02h    ;3
  557.         db    089h,02h    ;4
  558.         db    089h,02h    ;5
  559.         db    089h,02h    ;6
  560.  
  561.         db    060h,02h    ;7
  562.         db    089h,02h    ;8
  563.         db    089h,02h    ;9
  564.         db    089h,02h    ;1
  565.         db    089h,02h    ;2
  566.         db    089h,02h    ;3
  567.         db    088h
  568.  
  569. Bell8    db    007h,004h
  570.         db    0abh,BELLATTN
  571.         db    0a9h,BELLTEMPO
  572.         db    090h,001h
  573.         db    001h,002h
  574.         db    090h,125
  575.  
  576.         db    089h,02h    ;1
  577.         db    089h,02h    ;2
  578.         db    089h,02h    ;3
  579.         db    089h,02h    ;4
  580.         db    089h,02h    ;5
  581.         db    089h,02h    ;6
  582.  
  583.         db    089h,02h    ;7
  584.         db    032h,02h    ;8
  585.         db    089h,02h    ;9
  586.         db    089h,02h    ;1
  587.         db    089h,02h    ;2
  588.         db    089h,02h    ;3
  589.  
  590.         db    089h,02h    ;4
  591.         db    089h,02h    ;5
  592.         db    089h,02h    ;6
  593.         db    089h,02h    ;7
  594.         db    048h,02h    ;8
  595.         db    089h,02h    ;9
  596.  
  597.         db    089h,02h    ;1
  598.         db    089h,02h    ;2
  599.         db    089h,02h    ;3
  600.         db    089h,02h    ;4
  601.         db    089h,02h    ;5
  602.         db    089h,02h    ;6
  603.  
  604.         db    089h,02h    ;7
  605.         db    062h,02h    ;8
  606.         db    089h,02h    ;9
  607.         db    089h,02h    ;1
  608.         db    089h,02h    ;2
  609.         db    089h,02h    ;3
  610.         db    088h
  611.  
  612. Bell9    db    008h,004h
  613.         db    0abh,BELLATTN
  614.         db    0a9h,BELLTEMPO
  615.         db    090h,001h
  616.         db    001h,002h
  617.         db    090h,125
  618.  
  619.         db    089h,02h    ;1
  620.         db    089h,02h    ;2
  621.         db    089h,02h    ;3
  622.         db    089h,02h    ;4
  623.         db    089h,02h    ;5
  624.         db    089h,02h    ;6
  625.  
  626.         db    089h,02h    ;7
  627.         db    089h,02h    ;8
  628.         db    034h,02h    ;9
  629.         db    089h,02h    ;1
  630.         db    089h,02h    ;2
  631.         db    089h,02h    ;3
  632.  
  633.         db    089h,02h    ;4
  634.         db    089h,02h    ;5
  635.         db    089h,02h    ;6
  636.         db    089h,02h    ;7
  637.         db    089h,02h    ;8
  638.         db    04ah,02h    ;9
  639.  
  640.         db    089h,02h    ;1
  641.         db    089h,02h    ;2
  642.         db    089h,02h    ;3
  643.         db    089h,02h    ;4
  644.         db    089h,02h    ;5
  645.         db    089h,02h    ;6
  646.  
  647.         db    089h,02h    ;7
  648.         db    089h,02h    ;8
  649.         db    064h,02h    ;9
  650.         db    089h,02h    ;1
  651.         db    089h,02h    ;2
  652.         db    089h,02h    ;3
  653.         db    088h
  654.  
  655.  
  656.  
  657. ;**************************
  658.  
  659.  
  660.  
  661.  
  662. kgrow    label    byte
  663.  
  664.     db    fx47_channel
  665.     db    fx47_priority
  666.  
  667.  
  668.     db    SETGATETHRESHOLD,001h
  669.     db    SETPATCH,04ah+100
  670.     db    35h,001h
  671.     db    SETLOOP,008h
  672. w1lup    label    byte
  673.     db    PITCHDELTA,0ffh,000h,02dh
  674.     db    RETRIGGER,003h
  675.     db    PITCHDELTA,0ffh,0ffh,0f3h
  676.     db    RETRIGGER,002h
  677.     db    TESTLOOP
  678.     dw    w1lup
  679.     db    ENDOFSTRING
  680.  
  681. kshrink    label    byte
  682.     db    fx48_channel
  683.     db    fx48_priority
  684.  
  685.     ;db    SETGATETHRESHOLD,001h
  686.     ;db    SETPATCH,04ah+100
  687.     ;db    060h,001h
  688.     ;db    PITCHDELTA,07fh,0ffh,000h
  689.     ;db    SETLOOP,20
  690. ;w1lupx    label    byte
  691.     ;db    RETRIGGER,002h
  692.     ;db    TESTLOOP
  693.     ;dw    w1lupx
  694.     ;db    ENDOFSTRING
  695.  
  696.  
  697.     db    SETGATETHRESHOLD,001h
  698.     db    SETPATCH,04ah+100        ;6
  699.     db    VIBRATO,0ffh,002h,008h,000h
  700.     db    70h,003h
  701.     db    68h,003h
  702.     db    65h,003h
  703.     db    63h,003h
  704.     db    60h,003h
  705.     db    58h,003h
  706.     db    55h,003h
  707.  
  708.     db    53h,003h
  709.     db    50h,003h
  710.     db    48h,003h
  711.     db    45h,003h
  712.     db    40h,003h
  713.     db    38h,003h
  714.     db    35h,003h
  715.  
  716.     db    33h,003h
  717.     db    32h,003h
  718.     db    30h,003h
  719.     db    28h,003h
  720.     db    25h,003h
  721.     db    23h,003h
  722.     db    20h,003h
  723.     db    ENDOFSTRING
  724.  
  725.  
  726. bonk    label    byte
  727.     db    fx8_channel
  728.     db    fx8_priority
  729.     db    SETGATETHRESHOLD,001h
  730.     db    SETPATCH,01eh
  731.     db    01h,002h
  732.     db    SETPATCH,058h
  733.     db    SETACCENTATTN,005h
  734.     db    OCTAVEOFFSET,040h
  735.     db    PITCHDELTA,0ffh,0ffh,082h
  736.     db    0ch,007h
  737.     db    ENDOFSTRING
  738.  
  739.  
  740. alien_lazer      label byte
  741.     db    fx20_channel
  742.     db    fx20_priority
  743.  
  744.     db    0abh,08h
  745.     db    083h,001h
  746.     db    090h,01eh
  747.     db    001h,002h
  748.     db    090h,43
  749.     db    091h,0ffh,0ffh,0c0h
  750.     db    001h,025h
  751.     db    088h
  752.  
  753.  
  754. zap     label byte
  755.     db    fx10_channel
  756.     db    fx10_priority
  757.  
  758.     db    0abh,008h
  759.     db    090h,01eh
  760.     db    001h,002h
  761.     db    090h,62
  762.     db    091h,0ffh,0ffh,0d0h
  763.     db    03ah,01ah
  764.     db    088h
  765.  
  766.  
  767. rat_plop    label    byte
  768.     db    fx34_channel
  769.     db    fx34_priority
  770.  
  771.     db    SETGATETHRESHOLD,001h
  772.     db    SETPATCH,051h+100
  773.     db    58h,001h
  774.     db    SETLOOP,004h
  775. j1lup    label byte
  776.     db    PITCHDELTA,0ffh,000h,014h
  777.     db    STAY,007h
  778.     db    PITCHDELTA,0ffh,0ffh,0e8h
  779.     db    STAY,004h
  780.     db    TESTLOOP
  781.     dw    j1lup
  782.     db    REST,001h
  783.     db    ENDOFSTRING
  784.  
  785. rat_spring    label    byte
  786.     db    fx7_channel
  787.     db    fx7_priority
  788.  
  789.     db    SETGATETHRESHOLD,001h
  790.     db    SETPATCH,04eh+100
  791.     db    37h,006h
  792.     db    PITCHDELTA,0ffh,000h,007h
  793.     db    STAY,030h
  794.     db    ENDOFSTRING
  795.  
  796. gulp    label    byte
  797.     db    fx12_channel
  798.     db    fx12_priority
  799.  
  800.     ;db    STARTVOICE,128
  801.     ;db    STARTVOICE,129
  802.     db    SETGATETHRESHOLD,001h
  803.     db    SETPATCH,01eh
  804.     db    01h,002h
  805.     db    PITCHDELTA,0ffh,000h,025h
  806.     db    SETPATCH,020h
  807.     db    50h,00ah
  808.     db    ENDOFSTRING
  809.         
  810.  
  811.  
  812. locked_room        db    fx33_channel
  813.     db    fx33_priority
  814.  
  815.         db    090h,124
  816.         db    083h,0ffh
  817.         db    030h,001h
  818.         db    091h,0ffh,0ffh,0d0h
  819.         db    0a0h,010h
  820.         db    091h,0ffh,000h,001h
  821.         db    0a0h,010h
  822.         db    088h
  823.  
  824.  
  825. drop_egg    label    byte
  826.     db    fx30_channel
  827.     db    fx30_priority
  828.  
  829.     db    SETGATETHRESHOLD,001h
  830.     db    SETPATCH,043h+100
  831.     db    58h,001h
  832.     db    SETLOOP,00fh
  833. f1lup    label    byte
  834.     db    PITCHDELTA,0ffh,000h,013h
  835.     db    STAY,006h
  836.     db    SNOP
  837.     db    SNOP
  838.     db    PITCHDELTA,0ffh,0ffh,0deh
  839.     db    STAY,006h
  840.     db    TESTLOOP
  841.     dw    f1lup
  842.     db    ENDOFSTRING
  843.  
  844. fall_part2    label    byte
  845.     db    fx26_channel
  846.     db    fx26_priority
  847.  
  848.     db    SETGATETHRESHOLD,001h
  849.     db    SETPATCH,046h+100
  850.     db    58h,001h
  851.     db    SETLOOP,15
  852. f2lup    label    byte
  853.     db    PITCHDELTA,0ffh,000h,013h
  854.     db    STAY,004h
  855.     db    PITCHDELTA,0ffh,0ffh,0e8h
  856.     db    STAY,004h
  857.     db    TESTLOOP
  858.     dw    f2lup
  859.     db    SETPATCH,1
  860.     db    rest,1
  861.     db    ENDOFSTRING
  862.  
  863.  
  864.  
  865. drip    label    byte
  866.     db    fx28_channel
  867.     db    fx28_priority
  868.  
  869.     db    SETGATETHRESHOLD,001h
  870.     db    SETPATCH,01eh
  871.     db    01h,002h
  872.     db    SETPATCH,04dh
  873.     db    OCTAVEOFFSET,050h
  874.     db    PITCHDELTA,0ffh,000h,025h
  875.     db    20h,04fh
  876.     db    ENDOFSTRING
  877.  
  878.  
  879.     ;;landing fx????????
  880. fall_part1    label byte
  881.     
  882.     db    fx25_channel
  883.     db    fx25_priority
  884.  
  885.  
  886.          db 090h,123,020h,08h,089h,04h,088h
  887. crash4            db    0,0,090h,122,020h,08h,089h,04h,088h
  888. crash7            db    0,7
  889.             db    09eh,10
  890.             db    090h,121,014h,10h,089h,04h,088h
  891.  
  892.  
  893. sb_hit    db    fx17_channel
  894.     db    fx17_priority
  895.  
  896.     db    082h,152
  897.     db    082h,153
  898.     db    083h,001h
  899.     db    090h,01eh
  900.     db    001h,002h
  901.     db    090h,78
  902.     db    050h,00ah
  903.     db    088h
  904.  
  905.  
  906. killall    db    00h,10
  907.         db    0b3h,000h
  908.         db    0b3h,001h
  909.         db    0b3h,002h
  910.         db    0b3h,003h
  911.         db    0b3h,004h
  912.         db    0b3h,005h
  913.         db    0b3h,006h
  914.         db    0b3h,007h
  915.         db    0b3h,008h
  916.         db    088h
  917.  
  918.  
  919. throw_sball    label    byte
  920.     db    fx15_channel
  921.     db    fx15_priority
  922.  
  923.     db    SETGATETHRESHOLD,001h
  924.     db    SETPATCH,05dh+100
  925.     db    0fh,0ffh
  926.     db    PITCHDELTA,0ffh,000h,001h
  927.     db    STAY,0ffh
  928.     db    CLEARPITCHDELTA
  929.     db    STAY,090h
  930.     db    PITCHDELTA,0ffh,000h,00ah
  931.     db    STAY,0ffh
  932.     db    ENDOFSTRING
  933.  
  934.  
  935. kick     db    fx18_channel
  936.     db    fx18_priority
  937.  
  938.     db    0abh,008h
  939.     db    083h,001h
  940.     db    090h,01eh
  941.     db    001h,002h
  942.     db    090h,50
  943.     db    091h,0ffh,080h,00bh
  944.     db    010h,003h
  945.     db    048h,008h
  946.     db    088h
  947.  
  948.  
  949. alien_exp    label    byte
  950.     db    fx21_channel
  951.     db    fx21_priority
  952.  
  953. nukeint    db    0abh,000h
  954.     db    090h,001h
  955.     db    001h,002h
  956.     db    090h,94
  957.     db    083h,000h
  958.     db    013h,002h
  959.     db    080h,0B0h
  960. explolup    label byte
  961.     db    0b5h,003h,0FFH
  962.     db    0a0h,001h
  963.     db    081h
  964.     dw    explolup
  965.     db    088h
  966.  
  967.  
  968. snake    db    fx29_channel
  969.     db    fx29_priority
  970.  
  971.     db    0abh,008h
  972.     db    083h,001h
  973.     db    090h,01eh
  974.     db    001h,002h
  975.     db    090h,033h
  976.     db    091h,0ffh,002h,0ffh
  977.     db    010h,006h
  978.     db    088h
  979.  
  980.  
  981.     ;sound string formatted dump   filename: boing
  982. bounce_spring    label    byte
  983.     db    fx32_channel
  984.     db    fx32_priority
  985.  
  986.     db    SETGATETHRESHOLD,001h
  987.     db    SETPATCH,32
  988.     db    SETGATETHRESHOLD,0ffh
  989.     db    20h,001h
  990.     db    SETLOOP,010h
  991. boinglup    label byte
  992.     db    PITCHDELTA,0c0h,0ffh,0ddh
  993.     db    STAY,004h
  994.     db    PITCHDELTA,0ffh,000h,02bh
  995.     db    STAY,007h
  996.     db    TESTLOOP
  997.     dw    boinglup
  998.     db    REST,001h
  999.     db    ENDOFSTRING
  1000.  
  1001.  
  1002. khit    db    fx35_channel
  1003.     db    fx35_priority
  1004.  
  1005.     db    0abh,008h
  1006.     db    083h,001h
  1007.     db    090h,01eh
  1008.     db    001h,002h
  1009.     db    090h,031h
  1010.     db    091h,0ffh,0ffh,0ffh
  1011.     db    008h,010h
  1012.     db    088h
  1013.  
  1014.  
  1015. rat_squeak    db    fx2_channel
  1016.     db    fx2_priority
  1017.  
  1018.     db    0abh,008h
  1019.     db    083h,001h
  1020.     db    090h,01eh
  1021.     db    001h,002h
  1022.     db    090h,034h
  1023.     db    091h,0ffh,0ffh,0f0h
  1024.     db    006h,010h
  1025.     db    089h,006h
  1026.     db    088h
  1027.  
  1028.  
  1029. winch     db    fx9_channel
  1030.     db    fx9_priority
  1031.  
  1032.     db    0abh,1
  1033.     db    083h
  1034.     db    001h
  1035.     db    090h
  1036.     db    01eh
  1037.     db    001h
  1038.     db    002h
  1039.     db    090h
  1040.     db    46
  1041.     db    091h
  1042.     db    0ffh
  1043.     db    080h
  1044.     db    007h
  1045.     db    070h
  1046.     db    008h
  1047.     db    088h
  1048.  
  1049.  
  1050. sb_bounce    label    byte
  1051.     db    fx16_channel
  1052.     db    fx16_priority
  1053.  
  1054.     db    SETGATETHRESHOLD,001h
  1055.     db    SETPATCH,052h+100
  1056.     db    01h,006h
  1057.     db    PITCHDELTA,0ffh,000h,007h
  1058.     db    STAY,030h
  1059.     db    ENDOFSTRING
  1060.  
  1061.  
  1062.  
  1063. blower    label    byte
  1064.  
  1065.     db    fx27_channel
  1066.     db    fx27_priority
  1067.     db    SETGATETHRESHOLD,001h
  1068.     db    SETPATCH,01eh
  1069.     db    01h,002h
  1070.     db    SETPATCH,040h
  1071.     db    10h,010h
  1072.     db    ENDOFSTRING
  1073.  
  1074.  
  1075. rat_pop    label    byte
  1076.     db    fx3_channel
  1077.     db    fx3_priority
  1078.  
  1079.     db    SETGATETHRESHOLD,001h
  1080.     db    SETPATCH,04eh+100
  1081.     db    VIBRATO,0ffh,008h,006h,000h
  1082.     db    3bh,006h
  1083.     db    ENDOFSTRING
  1084.  
  1085.  
  1086. magic1        db    fx44_channel
  1087.     db    fx44_priority
  1088.  
  1089.         db    0abh,8
  1090.         db    0a9h,0e0h
  1091.         db    090h,001h
  1092.         db    start_string,111
  1093.         db    start_string,112
  1094.         db    start_string,113
  1095.         db    start_string,114
  1096.         db    start_string,115
  1097.         db    start_string,116
  1098.         db    start_string,117
  1099.         db    start_string,118
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.         db    001h,002h
  1106.         db    090h,125
  1107.  
  1108.         db    089h,02h    ;1
  1109.         db    022h,02h    ;2
  1110.         db    089h,02h    ;3
  1111.         db    089h,02h    ;4
  1112.         db    089h,02h    ;5
  1113.         db    089h,02h    ;6
  1114.  
  1115.         db    089h,02h    ;7
  1116.         db    089h,02h    ;8
  1117.         db    089h,02h    ;9
  1118.         db    089h,02h    ;1
  1119.         db    038h,02h    ;2
  1120.         db    089h,02h    ;3
  1121.  
  1122.         db    089h,02h    ;4
  1123.         db    089h,02h    ;5
  1124.         db    089h,02h    ;6
  1125.         db    089h,02h    ;7
  1126.         db    089h,02h    ;8
  1127.         db    089h,02h    ;9
  1128.  
  1129.         db    089h,02h    ;1
  1130.         db    052h,02h    ;2
  1131.         db    089h,02h    ;3
  1132.         db    089h,02h    ;4
  1133.         db    089h,02h    ;5
  1134.         db    089h,02h    ;6
  1135.  
  1136.         db    089h,02h    ;7
  1137.         db    089h,02h    ;8
  1138.         db    089h,02h    ;9
  1139.         db    089h,02h    ;1
  1140.         db    068h,02h    ;2
  1141.         db    089h,02h    ;3
  1142.         db    088h
  1143.  
  1144.  
  1145. magic2    db    fx45_channel
  1146.     db    fx45_priority
  1147.  
  1148.         db    0abh,8
  1149.         db    0a9h,0e0h
  1150.         db    090h,001h
  1151.         db    start_string,111
  1152.         db    start_string,112
  1153.         db    start_string,113
  1154.         db    start_string,114
  1155.         db    start_string,115
  1156.         db    start_string,116
  1157.         db    start_string,117
  1158.         db    start_string,118
  1159.  
  1160.  
  1161.  
  1162.         db    001h,002h
  1163.         db    090h,125
  1164.  
  1165.         db    089h,02h    ;1
  1166.         db    089h,02h    ;2
  1167.         db    024h,02h    ;3
  1168.         db    089h,02h    ;4
  1169.         db    089h,02h    ;5
  1170.         db    089h,02h    ;6
  1171.  
  1172.         db    089h,02h    ;7
  1173.         db    089h,02h    ;8
  1174.         db    089h,02h    ;9
  1175.         db    089h,02h    ;1
  1176.         db    089h,02h    ;2
  1177.         db    03ah,02h    ;3
  1178.  
  1179.         db    089h,02h    ;4
  1180.         db    089h,02h    ;5
  1181.         db    089h,02h    ;6
  1182.         db    089h,02h    ;7
  1183.         db    089h,02h    ;8
  1184.         db    089h,02h    ;9
  1185.  
  1186.         db    089h,02h    ;1
  1187.         db    089h,02h    ;2
  1188.         db    054h,02h    ;3
  1189.         db    089h,02h    ;4
  1190.         db    089h,02h    ;5
  1191.         db    089h,02h    ;6
  1192.  
  1193.         db    089h,02h    ;7
  1194.         db    089h,02h    ;8
  1195.         db    089h,02h    ;9
  1196.         db    089h,02h    ;1
  1197.         db    089h,02h    ;2
  1198.         db    06ah,02h    ;3
  1199.         db    088h
  1200.  
  1201.  
  1202. kdie      db    fx46_channel
  1203.     db    fx46_priority
  1204.  
  1205.     db    0abh,08h
  1206.     db    083h,001h
  1207.     db    090h,01eh
  1208.     db    001h,002h
  1209.     db    090h,118
  1210.     db    007h,40
  1211.     db    003h,40
  1212.     db    088h
  1213.  
  1214.  
  1215.     ;sound string formatted dump   filename: HOOTER
  1216. HOOTER    label    byte
  1217.     db    fx1_channel
  1218.     db    fx1_priority
  1219.  
  1220.     db    SETGATETHRESHOLD,001h
  1221.     db    SETPATCH,9
  1222.     db    VIBRATO,0ffh,002h,044h,000h
  1223.     db    50h,007h
  1224.     db    50h,007h
  1225.     db    ENDOFSTRING
  1226.  
  1227.     ;sound string formatted dump   filename: HITBEND
  1228. HIT_BEND    label    byte
  1229.     db    fx4_channel
  1230.     db    fx4_priority
  1231.  
  1232.     db    SETCHANNELATTN,000h
  1233.     db    SETGATETHRESHOLD,001h
  1234.     db    SETPATCH,30
  1235.     db    01h,002h
  1236.     db    SETPATCH,52
  1237.     db    PITCHDELTA,0ffh,0ffh,0f0h
  1238.     db    45h,020h
  1239.     db    ENDOFSTRING
  1240.  
  1241.     ;sound string formatted dump   filename: RATSHRED
  1242. RAT_SHRED    label    byte
  1243.     db    fx5_channel
  1244.     db    fx5_priority
  1245.  
  1246.     db    SNOP
  1247.     db    SNOP
  1248.     db    SNOP
  1249.     db    SNOP
  1250.     db    SETGATETHRESHOLD,001h
  1251.     db    SETPATCH,52
  1252.     db    SNOP
  1253.     db    SNOP
  1254.     db    PITCHDELTA,0ffh,0ffh,0eeh
  1255.     db    34h,008h
  1256.     db    33h,012h
  1257.     db    ENDOFSTRING
  1258.  
  1259.     ;sound string formatted dump   filename: RATDIE
  1260. RAT_DIE    label    byte
  1261.     db    fx6_channel
  1262.     db    fx6_priority
  1263.  
  1264.     db    SNOP
  1265.     db    SNOP
  1266.     db    SNOP
  1267.     db    SNOP
  1268.     db    SETGATETHRESHOLD,044h
  1269.     db    SETPATCH,16
  1270.     db    SNOP
  1271.     db    SNOP
  1272.     db    PITCHDELTA,0feh,0ffh,0fdh
  1273.     db    66h,033h
  1274.     db    ENDOFSTRING
  1275.  
  1276.  
  1277.     ;sound string formatted dump   filename: pump
  1278. whistle    label    byte
  1279.     db    fx11_channel
  1280.     db    fx11_priority
  1281.  
  1282.     db    SETGATETHRESHOLD,0ffh
  1283.     db    SETPATCH,119
  1284.     db    VIBRATO,0ffh,002h,008h,000h
  1285.     db    45h,050h
  1286.     db    ENDOFSTRING
  1287.  
  1288.  
  1289.     ;sound string formatted dump   filename: MINCE
  1290. MINCE    label    byte
  1291.     db    fx13_channel
  1292.     db    fx13_priority
  1293.  
  1294.     db    SNOP
  1295.     db    SNOP
  1296.     db    SNOP
  1297.     db    SNOP
  1298.     db    SETGATETHRESHOLD,001h
  1299.     db    SETPATCH,51
  1300.     db    56h,005h
  1301.     db    PITCHDELTA,0ffh,000h,025h
  1302.     db    SETPATCH,18
  1303.     db    34h,00ah
  1304.     db    ENDOFSTRING
  1305.  
  1306.  
  1307.  
  1308.     ;sound string formatted dump   filename: THROWPIE
  1309. THROW_PIE    label    byte
  1310.     db    fx14_channel
  1311.     db    fx14_priority
  1312.  
  1313.     db    SNOP
  1314.     db    SNOP
  1315.     db    SNOP
  1316.     db    SNOP
  1317.     db    SETGATETHRESHOLD,044h
  1318.     db    SETPATCH,52
  1319.     db    SNOP
  1320.     db    SNOP
  1321.     db    PITCHDELTA,0eeh,0ffh,0ddh
  1322.     db    34h,022h
  1323.     db    ENDOFSTRING
  1324.  
  1325.  
  1326.     ;sound string formatted dump   filename: BARREL
  1327. barrel  label    byte
  1328.     db    fx19_channel
  1329.     db    fx19_priority
  1330.  
  1331.     db    SNOP
  1332.     db    SNOP
  1333.     db    SNOP
  1334.     db    SNOP
  1335.     db    SETGATETHRESHOLD,003h
  1336.     db    SETPATCH,18
  1337.     db    SNOP
  1338.     db    SNOP
  1339.     db    PITCHDELTA,0eeh,0ffh,0feh
  1340.     db    20h,015h
  1341.     db    ENDOFSTRING
  1342.  
  1343.     ;sound string formatted dump   filename: ALIENP
  1344. hit_alien    label    byte
  1345.     db    fx22_channel
  1346.     db    fx22_priority
  1347.  
  1348.     db    SNOP
  1349.     db    SNOP
  1350.     db    SNOP
  1351.     db    SNOP
  1352.     db    SETGATETHRESHOLD,003h
  1353.     db    SETPATCH,19
  1354.     db    SNOP
  1355.     db    SNOP
  1356.     db    PITCHDELTA,0eeh,0ddh,0feh
  1357.     db    12h,015h
  1358.     db    ENDOFSTRING
  1359.  
  1360.  
  1361.     ;sound string formatted dump   filename: PUTDB
  1362. putdown    label    byte
  1363.     db    fx24_channel
  1364.     db    fx24_priority
  1365.  
  1366.     db    SETGATETHRESHOLD,001h
  1367.     db    SETPATCH,6
  1368.     db    VIBRATO,0ffh,002h,008h,000h
  1369.     db    70h,003h
  1370.     db    68h,003h
  1371.     db    65h,003h
  1372.     db    63h,003h
  1373.     db    60h,003h
  1374.     db    58h,003h
  1375.     db    55h,003h
  1376.     db    ENDOFSTRING
  1377.  
  1378.     ;sound string formatted dump   filename: SUPERB
  1379. SUPERBall    label    byte
  1380.     db    fx37_channel
  1381.     db    fx37_priority
  1382.  
  1383.     db    SETGATETHRESHOLD,001h
  1384.     db    SETPATCH,23
  1385.     db    VIBRATO,0ffh,002h,008h,000h
  1386.     db    55h,003h
  1387.     db    58h,003h
  1388.     db    60h,003h
  1389.     db    60h,003h
  1390.     db    63h,003h
  1391.     db    65h,003h
  1392.     db    68h,003h
  1393.     db    ENDOFSTRING
  1394.  
  1395.     ;sound string formatted dump   filename: PIES
  1396. PIES    label    byte
  1397.     db    fx38_channel
  1398.     db    fx38_priority
  1399.  
  1400.     db    SETGATETHRESHOLD,001h
  1401.     db    SETPATCH,11
  1402.     db    VIBRATO,0ffh,002h,008h,000h
  1403.     db    55h,003h
  1404.     db    58h,003h
  1405.     db    60h,003h
  1406.     db    60h,003h
  1407.     db    63h,003h
  1408.     db    65h,003h
  1409.     db    68h,003h
  1410.     db    ENDOFSTRING
  1411.  
  1412.     ;sound string formatted dump   filename: BURGER
  1413. BURGER    label    byte
  1414.     db    fx39_channel
  1415.     db    fx39_priority
  1416.  
  1417.     db    SETGATETHRESHOLD,001h
  1418.     db    SETPATCH,17
  1419.     db    VIBRATO,0ffh,002h,008h,000h
  1420.     db    55h,003h
  1421.     db    58h,003h
  1422.     db    60h,003h
  1423.     db    60h,003h
  1424.     db    63h,003h
  1425.     db    65h,003h
  1426.     db    68h,003h
  1427.     db    ENDOFSTRING
  1428.  
  1429.     ;sound string formatted dump   filename: CRISPS
  1430. CRISPS    label    byte
  1431.     db    fx40_channel
  1432.     db    fx40_priority
  1433.  
  1434.     db    SETGATETHRESHOLD,001h
  1435.     db    SETPATCH,3
  1436.     db    VIBRATO,0ffh,002h,008h,000h
  1437.     db    55h,003h
  1438.     db    58h,003h
  1439.     db    60h,003h
  1440.     db    60h,003h
  1441.     db    63h,003h
  1442.     db    65h,003h
  1443.     db    68h,003h
  1444.     db    ENDOFSTRING
  1445.  
  1446.     ;sound string formatted dump   filename: EXLIFE
  1447. XLIFE    label    byte
  1448.     db    fx41_channel
  1449.     db    fx41_priority
  1450.  
  1451.     db    SETGATETHRESHOLD,001h
  1452.     db    SETPATCH,23
  1453.     db    VIBRATO,0ffh,002h,008h,000h
  1454.     db    55h,003h
  1455.     db    20h,003h
  1456.     db    55h,003h
  1457.     db    20h,003h
  1458.     db    55h,003h
  1459.     db    20h,003h
  1460.     db    55h,003h
  1461.     db    ENDOFSTRING
  1462.  
  1463.     ;sound string formatted dump   filename: MUG
  1464. MUG    label    byte
  1465.     db    fx42_channel
  1466.     db    fx42_priority
  1467.  
  1468.     db    SETGATETHRESHOLD,001h
  1469.     db    SETPATCH,9
  1470.     db    VIBRATO,0ffh,002h,044h,000h
  1471.     db    55h,003h
  1472.     db    30h,003h
  1473.     db    55h,003h
  1474.     db    30h,003h
  1475.     db    55h,003h
  1476.     db    ENDOFSTRING
  1477.  
  1478.     ;sound string formatted dump   filename: BAGT
  1479. tricks    label    byte
  1480.     db    fx43_channel
  1481.     db    fx43_priority
  1482.  
  1483.     db    SETGATETHRESHOLD,002h
  1484.     db    SETPATCH,9
  1485.     db    VIBRATO,0ffh,002h,044h,000h
  1486.     db    SETPATCH,4
  1487.     db    40h,004h
  1488.     db    30h,004h
  1489.     db    20h,004h
  1490.     db    10h,004h
  1491.     db    20h,004h
  1492.     db    30h,004h
  1493.     db    40h,004h
  1494.     db    50h,004h
  1495.     db    60h,003h
  1496.     db    ENDOFSTRING
  1497.  
  1498.  
  1499.  
  1500. egghit    label    byte
  1501.     db    fx36_channel
  1502.     db    fx36_priority
  1503.  
  1504.     db    SETGATETHRESHOLD,001h
  1505.     db    SETPATCH,054h+100
  1506.     db    08h,00ch
  1507.     db    PITCHDELTA,0ffh,000h,070h
  1508.     db    STAY,030h
  1509.     db    ENDOFSTRING
  1510.  
  1511.     ;sound string formatted dump   filename: PICKBLK
  1512. pickup    label    byte
  1513.     db    fx23_channel
  1514.     db    fx23_priority
  1515.  
  1516.     db    SETGATETHRESHOLD,001h
  1517.     db    SETPATCH,6
  1518.     db    VIBRATO,0ffh,002h,008h,000h
  1519.     db    55h,003h
  1520.     db    58h,003h
  1521.     db    60h,003h
  1522.     db    60h,003h
  1523.     db    63h,003h
  1524.     db    65h,003h
  1525.     db    68h,003h
  1526.     db    ENDOFSTRING
  1527.  
  1528.  
  1529.  
  1530.  
  1531. _TEXT    ends
  1532. end
  1533.