diff options
Diffstat (limited to 'audio/sfx/battle_1e.asm')
-rw-r--r-- | audio/sfx/battle_1e.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/battle_1e.asm b/audio/sfx/battle_1e.asm index 7bccb47c..e924414a 100644 --- a/audio/sfx/battle_1e.asm +++ b/audio/sfx/battle_1e.asm @@ -1,16 +1,16 @@ SFX_Battle_1E_Ch4: duty 0 pitchenvelope 3, -2 - squarenote 4, 242, 0, 2 + squarenote 4, 15, 2, 512 pitchenvelope 2, 2 - squarenote 8, 226, 0, 2 + squarenote 8, 14, 2, 512 pitchenvelope 0, 0 endchannel SFX_Battle_1E_Ch7: - noisenote 0, 209, 66 - noisenote 4, 161, 50 - noisenote 0, 209, 34 - noisenote 6, 161, 50 + noisenote 0, 13, 1, 66 + noisenote 4, 10, 1, 50 + noisenote 0, 13, 1, 34 + noisenote 6, 10, 1, 50 endchannel |