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/swap_1.asm | |
parent | 4d88812f40c4165e4b893a0631fa658e72d17874 (diff) |
Rename sound effect files
Diffstat (limited to 'audio/sfx/swap_1.asm')
-rw-r--r-- | audio/sfx/swap_1.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/sfx/swap_1.asm b/audio/sfx/swap_1.asm new file mode 100644 index 00000000..c96d8522 --- /dev/null +++ b/audio/sfx/swap_1.asm @@ -0,0 +1,11 @@ +SFX_Swap_1_Ch1: ; 83f8 (2:43f8) + duty 2 + unknownsfx0x20 8, 225, 64, 7 + endchannel + + +SFX_Swap_1_Ch2: ; 83ff (2:43ff) + duty 2 + unknownsfx0x20 2, 8, 0, 0 + unknownsfx0x20 8, 177, 65, 7 + endchannel |