From e25a7d0276ea0b91c0b59664a67f3d1f4f13748f Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Fri, 21 Sep 2018 12:32:22 -0400 Subject: [PATCH] Update keysplit_tables.inc move instrument definitions to end of file --- sound/keysplit_tables.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sound/keysplit_tables.inc b/sound/keysplit_tables.inc index cc97f15bc9..0cd1094bf7 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