summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2018-09-21 12:32:22 -0400
committerGitHub <noreply@github.com>2018-09-21 12:32:22 -0400
commite25a7d0276ea0b91c0b59664a67f3d1f4f13748f (patch)
tree844e4e441d2fab886b5ecbb1c577ab076a2accae
parentf1c0c79e2112a6dc352131fe448b222681076182 (diff)
Update keysplit_tables.inc
move instrument definitions to end of file
-rw-r--r--sound/keysplit_tables.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/keysplit_tables.inc b/sound/keysplit_tables.inc
index cc97f15bc..0cd1094bf 100644
--- a/sound/keysplit_tables.inc
+++ b/sound/keysplit_tables.inc
@@ -10,10 +10,6 @@
@ begins. Therefore, the notes naturally map to the key split table without
@ any extra offset calculation.
-@ This is weird. There are instruments at the beginning of the keysplit table.
- voice_square_1 0, 2, 0, 0, 15, 0 @ 86B4698
- voice_directsound_no_resample 64, 104, DirectSoundWaveData_86DD11C, 255, 0, 255, 0 @ 86B46A4
- voice_directsound 63, 64, DirectSoundWaveData_86DE6C0, 255, 0, 255, 0 @ 86B46B0
.set KeySplitTable1, . - 36
.byte 0 @ 36
.byte 0 @ 37
@@ -395,3 +391,7 @@
.byte 1 @ 105
.byte 1 @ 106
.byte 1 @ 107
+
+ voice_square_1 0, 2, 0, 0, 15, 0 @ 86B4698
+ voice_directsound_no_resample 64, 104, DirectSoundWaveData_86DD11C, 255, 0, 255, 0 @ 86B46A4
+ voice_directsound 63, 64, DirectSoundWaveData_86DE6C0, 255, 0, 255, 0 @ 86B46B0