aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/get_item1_4_2.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-05-25 18:50:23 -0500
committerdannye <33dannye@gmail.com>2020-05-25 18:50:23 -0500
commit17be6c96fea9f5b7682bbfcb611a2fe21da409a7 (patch)
tree3bdcd5b7248c694221f2d1ac1e90fa34ebda3e74 /audio/sfx/get_item1_4_2.asm
parentFix bad label reference (diff)
downloadpokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.gz
pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.tar.xz
pokeyellow-17be6c96fea9f5b7682bbfcb611a2fe21da409a7.zip
Update Audio 4 sfx names
Diffstat (limited to 'audio/sfx/get_item1_4_2.asm')
-rw-r--r--audio/sfx/get_item1_4_2.asm47
1 files changed, 47 insertions, 0 deletions
diff --git a/audio/sfx/get_item1_4_2.asm b/audio/sfx/get_item1_4_2.asm
new file mode 100644
index 00000000..f2889b62
--- /dev/null
+++ b/audio/sfx/get_item1_4_2.asm
@@ -0,0 +1,47 @@
+SFX_Get_Item1_4_2_Ch5:
+ execute_music
+ tempo 256
+ volume 7, 7
+ vibrato 6, 2, 6
+ duty_cycle 2
+ toggle_perfect_pitch
+ note_type 4, 11, 1
+ octave 3
+ note G#, 2
+ note G#, 2
+ note G#, 2
+ note_type 12, 11, 3
+ octave 4
+ note E_, 4
+ sound_ret
+
+
+SFX_Get_Item1_4_2_Ch6:
+ execute_music
+ vibrato 8, 2, 7
+ duty_cycle 2
+ note_type 4, 12, 1
+ octave 4
+ note E_, 2
+ note E_, 2
+ note E_, 2
+ note_type 12, 12, 3
+ note B_, 4
+ sound_ret
+
+
+SFX_Get_Item1_4_2_Ch8:
+ execute_music
+ note_type 4, 1, 0
+ octave 4
+ note B_, 1
+ rest 1
+ note B_, 1
+ rest 1
+ note B_, 1
+ rest 1
+ note_type 12, 1, 0
+ octave 4
+ note B_, 2
+ rest 2
+ sound_ret