diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 10:06:32 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 10:06:32 -0400 |
| commit | c2259aab52b796e410e19be3bbc3d7f9465eb718 (patch) | |
| tree | 4f2a59a64ee27634519c358db0b31d8ecf5d9fce /audio/sfx/unknown_80c6e.asm | |
| parent | Add space after commas in music headers (diff) | |
| download | pokeyellow-c2259aab52b796e410e19be3bbc3d7f9465eb718.tar.gz pokeyellow-c2259aab52b796e410e19be3bbc3d7f9465eb718.tar.xz pokeyellow-c2259aab52b796e410e19be3bbc3d7f9465eb718.zip | |
Split sound effects 4
Diffstat (limited to 'audio/sfx/unknown_80c6e.asm')
| -rw-r--r-- | audio/sfx/unknown_80c6e.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/sfx/unknown_80c6e.asm b/audio/sfx/unknown_80c6e.asm new file mode 100644 index 00000000..e39ef6c8 --- /dev/null +++ b/audio/sfx/unknown_80c6e.asm @@ -0,0 +1,23 @@ +SFX_80c6e_4_Ch4: + dutycycle $f0 + unknownsfx0x20 $d, $f1, $11, $05 + unknownsfx0x20 $d, $e1, $15, $05 + unknownsfx0x20 $d, $e1, $11, $05 + unknownsfx0x20 $8, $d1, $11, $05 + endchannel + +SFX_80c81_4_Ch5: + dutycycle $15 + unknownsfx0x20 $c, $e1, $0c, $05 + unknownsfx0x20 $c, $d1, $10, $05 + unknownsfx0x20 $e, $c1, $0c, $05 + unknownsfx0x20 $8, $c1, $0a, $05 + endchannel + +SFX_80c94_4_Ch7: + unknownnoise0x20 $e, $f2, $65 + unknownnoise0x20 $d, $e2, $55 + unknownnoise0x20 $e, $d2, $56 + unknownnoise0x20 $8, $d1, $66 + endchannel + |
