From c2259aab52b796e410e19be3bbc3d7f9465eb718 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Sat, 21 May 2016 10:06:32 -0400 Subject: Split sound effects 4 --- audio/sfx/unknown_805db.asm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 audio/sfx/unknown_805db.asm (limited to 'audio/sfx/unknown_805db.asm') diff --git a/audio/sfx/unknown_805db.asm b/audio/sfx/unknown_805db.asm new file mode 100644 index 00000000..35c95724 --- /dev/null +++ b/audio/sfx/unknown_805db.asm @@ -0,0 +1,20 @@ +SFX_805db_4_Ch4: + dutycycle $f5 + unknownsfx0x20 $4, $f3, $18, $07 + unknownsfx0x20 $f, $e5, $98, $07 + unknownsfx0x20 $8, $91, $58, $07 + endchannel + +SFX_805ea_4_Ch5: + dutycycle $a0 + unknownsfx0x20 $5, $b3, $08, $07 + unknownsfx0x20 $f, $c5, $88, $07 + unknownsfx0x20 $8, $71, $48, $07 + endchannel + +SFX_805f9_4_Ch7: + unknownnoise0x20 $3, $a1, $1c + unknownnoise0x20 $e, $94, $2c + unknownnoise0x20 $8, $81, $1c + endchannel + -- cgit v1.3.1-sl0p