Advertisement
TempoQuill

yoshis_egg_gb_drums

Feb 16th, 2025
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. AudioHeaders:
  2. ;0x7c34
  3.     db $ff,$ff,$ff ; entry 0
  4. DrumHeaders:
  5. Drum_01:
  6.     channel_count 1
  7.     channel 8, Drum_01_Ch8
  8. Drum_02:
  9.     channel_count 1
  10.     channel 8, Drum_02_Ch8
  11. Drum_03:
  12.     channel_count 1
  13.     channel 8, Drum_03_Ch8
  14. Drum_04:
  15.     channel_count 1
  16.     channel 8, Drum_04_Ch8
  17. Drum_05:
  18.     channel_count 1
  19.     channel 8, Drum_05_Ch8
  20. Drum_06:
  21.     channel_count 1
  22.     channel 8, Drum_06_Ch8
  23. Drum_07:
  24.     channel_count 1
  25.     channel 8, Drum_07_Ch8
  26. Drum_08:
  27.     channel_count 1
  28.     channel 8, Drum_08_Ch8
  29. Drum_09:
  30.     channel_count 1
  31.     channel 8, Drum_09_Ch8
  32. Drum_10:
  33.     channel_count 1
  34.     channel 8, Drum_10_Ch8
  35. Drum_11:
  36.     channel_count 1
  37.     channel 8, Drum_11_Ch8
  38. Drum_12:
  39.     channel_count 1
  40.     channel 8, Drum_12_Ch8
  41. Drum_13:
  42.     channel_count 1
  43.     channel 8, Drum_13_Ch8
  44. Drum_14:
  45.     channel_count 1
  46.     channel 8, Drum_14_Ch8
  47.  
  48. SFXHeaders:
  49. ;sound effect headers ;0x7c61
  50. MusicHeaders:
  51. ;music headers ;0x7cc4
  52.  
  53. ;0x7d8d
  54. Drum_01_Ch8:
  55.     nosie_note 0, 10, 1, 152
  56.     sound_ret
  57.  
  58. Drum_02_Ch8:
  59.     nosie_note 0, 10, 1, 35
  60.     sound_ret
  61.  
  62. Drum_03_Ch8:
  63.     nosie_note 0, 10, 1, 51
  64.     sound_ret
  65.  
  66. Drum_04_Ch8:
  67.     nosie_note 0, 10, 1, 19
  68.     sound_ret
  69.  
  70. Drum_05_Ch8:
  71.     nosie_note 0, 10, 1, 50
  72.     sound_ret
  73.  
  74. Drum_06_Ch8:
  75.     nosie_note 0, 8, 1, 50
  76.     sound_ret
  77.  
  78. Drum_07_Ch8:
  79.     nosie_note 0, 6, 1, 34
  80.     sound_ret
  81.  
  82. Drum_08_Ch8:
  83.     nosie_note 0, 10, 3, 19
  84.     sound_ret
  85.  
  86. Drum_09_Ch8:
  87.     nosie_note 0, 10, 1, 67
  88.     sound_ret
  89.  
  90. Drum_10_Ch8:
  91.     nosie_note 0, 9, 1, 50
  92.     sound_ret
  93.  
  94. Drum_11_Ch8:
  95.     nosie_note 0, 5, 1, 50
  96.     sound_ret
  97.  
  98. Drum_12_Ch8:
  99.     nosie_note 0, 4, 1, 50
  100.     sound_ret
  101.  
  102. Drum_13_Ch8:
  103.     nosie_note 0, 3, 1, 50
  104.     sound_ret
  105.  
  106. Drum_14_Ch8:
  107.     nosie_note 0, 7, 1, 68
  108.     sound_ret
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement