diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-22 09:57:31 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-22 09:57:31 -0500 |
| commit | b4081e851ac4b7ce5cf1fa7c9fc83a490a4c83ec (patch) | |
| tree | 990c331053e70ab256533f5e70ac4f7cb5c58af1 /audio/sfx/cry02_2.asm | |
| parent | Name some battle sound effects (diff) | |
| download | pokeyellow-b4081e851ac4b7ce5cf1fa7c9fc83a490a4c83ec.tar.gz pokeyellow-b4081e851ac4b7ce5cf1fa7c9fc83a490a4c83ec.tar.xz pokeyellow-b4081e851ac4b7ce5cf1fa7c9fc83a490a4c83ec.zip | |
Rename sound effect files
Diffstat (limited to 'audio/sfx/cry02_2.asm')
| -rw-r--r-- | audio/sfx/cry02_2.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/sfx/cry02_2.asm b/audio/sfx/cry02_2.asm new file mode 100644 index 00000000..7d67fc4a --- /dev/null +++ b/audio/sfx/cry02_2.asm @@ -0,0 +1,17 @@ +SFX_Cry02_2_Ch1: ; 20db4 (8:4db4) + duty 0 + unknownsfx0x20 8, 245, 128, 4 + unknownsfx0x20 2, 225, 224, 5 + unknownsfx0x20 8, 209, 220, 5 + endchannel + + +SFX_Cry02_2_Ch2: ; 20dc3 (8:4dc3) + dutycycle 165 + unknownsfx0x20 7, 149, 65, 4 + unknownsfx0x20 2, 129, 33, 5 + unknownsfx0x20 8, 97, 26, 5 + + +SFX_Cry02_2_Ch3: ; 20dd1 (8:4dd1) + endchannel |
