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_802b5.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_802b5.asm')
| -rw-r--r-- | audio/sfx/unknown_802b5.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/sfx/unknown_802b5.asm b/audio/sfx/unknown_802b5.asm new file mode 100644 index 00000000..001fed0c --- /dev/null +++ b/audio/sfx/unknown_802b5.asm @@ -0,0 +1,21 @@ +SFX_802b5_4_Ch4: + duty $02 + unknownsfx0x20 $3, $c4, $60, $07 + unknownsfx0x20 $0, $a4, $40, $07 + unknownsfx0x20 $2, $c4, $40, $07 + unknownsfx0x20 $0, $a4, $60, $07 + unknownsfx0x20 $f, $c1, $60, $07 + endchannel + +SFX_802cc_4_Ch4: + duty $02 + unknownsfx0x20 $3, $b4, $c0, $07 + unknownsfx0x20 $0, $a1, $80, $07 + endchannel + +SFX_802d7_4_Ch7: + unknownnoise0x20 $2, $f1, $32 + unknownnoise0x20 $2, $00, $00 + unknownnoise0x20 $4, $e6, $21 + endchannel + |
