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_80ce7.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_80ce7.asm')
| -rw-r--r-- | audio/sfx/unknown_80ce7.asm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/audio/sfx/unknown_80ce7.asm b/audio/sfx/unknown_80ce7.asm new file mode 100644 index 00000000..fa41ca5b --- /dev/null +++ b/audio/sfx/unknown_80ce7.asm @@ -0,0 +1,24 @@ +SFX_80ce7_4_Ch4: + dutycycle $11 + unknownsfx0x20 $2, $3d, $81, $03 + unknownsfx0x20 $7, $f5, $01, $06 + unknownsfx0x20 $1, $c2, $81, $04 + unknownsfx0x20 $8, $91, $81, $03 + endchannel + +SFX_80cfa_4_Ch5: + dutycycle $ee + unknownsfx0x20 $2, $3e, $b0, $05 + unknownsfx0x20 $7, $d5, $5d, $07 + unknownsfx0x20 $1, $b2, $b0, $06 + unknownsfx0x20 $8, $61, $b0, $05 + endchannel + +SFX_80d0d_4_Ch7: + unknownnoise0x20 $2, $92, $49 + unknownnoise0x20 $7, $b5, $29 + unknownnoise0x20 $1, $a2, $39 + unknownnoise0x20 $8, $91, $49 + endchannel + + |
