From 52bb07ca18f5475eb9a11c69bf8fee75bcb1abff Mon Sep 17 00:00:00 2001 From: dannye Date: Wed, 27 Jul 2016 22:33:48 -0500 Subject: Replace unnecessary tabs with spaces --- audio/engine_2.asm | 10 +++++----- audio/engine_3.asm | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'audio') diff --git a/audio/engine_2.asm b/audio/engine_2.asm index 7fdc7a06..4eb9b96b 100644 --- a/audio/engine_2.asm +++ b/audio/engine_2.asm @@ -37,11 +37,11 @@ Audio2_UpdateMusic:: ; this routine checks flags for music effects currently applied ; to the channel and calls certain functions based on flags. ; known flags for wChannelFlags1: -; 0: toggleperfectpitch has been used -; 1: call has been used -; 3: a toggle used only by this routine for vibrato -; 4: pitchbend flag -; 6: dutycycle flag +; 0: toggleperfectpitch has been used +; 1: call has been used +; 3: a toggle used only by this routine for vibrato +; 4: pitchbend flag +; 6: dutycycle flag Audio2_ApplyMusicAffects: ld b, $0 ld hl, wChannelNoteDelayCounters ; delay until next note diff --git a/audio/engine_3.asm b/audio/engine_3.asm index 78e832b4..bd784023 100644 --- a/audio/engine_3.asm +++ b/audio/engine_3.asm @@ -37,11 +37,11 @@ Audio3_UpdateMusic:: ; this routine checks flags for music effects currently applied ; to the channel and calls certain functions based on flags. ; known flags for wChannelFlags1: -; 0: toggleperfectpitch has been used -; 1: call has been used -; 3: a toggle used only by this routine for vibrato -; 4: pitchbend flag -; 6: dutycycle flag +; 0: toggleperfectpitch has been used +; 1: call has been used +; 3: a toggle used only by this routine for vibrato +; 4: pitchbend flag +; 6: dutycycle flag Audio3_ApplyMusicAffects: ld b, $0 ld hl, wChannelNoteDelayCounters ; delay until next note -- cgit v1.2.3