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_808fa.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_808fa.asm')
| -rw-r--r-- | audio/sfx/unknown_808fa.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/sfx/unknown_808fa.asm b/audio/sfx/unknown_808fa.asm new file mode 100644 index 00000000..8482bdf8 --- /dev/null +++ b/audio/sfx/unknown_808fa.asm @@ -0,0 +1,16 @@ +SFX_808fa_4_Ch4: + dutycycle $1b + unknownsfx0x20 $7, $d2, $40, $07 + unknownsfx0x20 $f, $e5, $60, $07 + unknownsfx0x20 $f, $c1, $30, $07 + endchannel + +SFX_80909_4_Ch5: + dutycycle $81 + unknownsfx0x20 $2, $c2, $01, $07 + unknownsfx0x20 $4, $c2, $08, $07 + unknownsfx0x20 $f, $d7, $41, $07 + unknownsfx0x20 $f, $a2, $01, $07 +SFX_8091b_4_Ch7: + endchannel + |
