diff options
Diffstat (limited to 'audio/sfx/slots_new_spin.asm')
-rw-r--r-- | audio/sfx/slots_new_spin.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/slots_new_spin.asm b/audio/sfx/slots_new_spin.asm index ae1a6d90..632003b8 100644 --- a/audio/sfx/slots_new_spin.asm +++ b/audio/sfx/slots_new_spin.asm @@ -1,14 +1,14 @@ SFX_Slots_New_Spin_Ch4: duty 3 - unknownsfx0x20 5, 225, 0, 7 - unknownsfx0x20 2, 225, 128, 7 - unknownsfx0x20 15, 241, 192, 7 + squarenote 5, 225, 0, 7 + squarenote 2, 225, 128, 7 + squarenote 15, 241, 192, 7 endchannel SFX_Slots_New_Spin_Ch5: duty 2 - unknownsfx0x20 4, 193, 193, 6 - unknownsfx0x20 2, 193, 65, 7 - unknownsfx0x20 15, 209, 129, 7 + squarenote 4, 193, 193, 6 + squarenote 2, 193, 65, 7 + squarenote 15, 209, 129, 7 endchannel |