Update keysplit_tables.inc

move instrument definitions to end of file
This commit is contained in:
Kurausukun 2018-09-21 12:32:22 -04:00 committed by GitHub
parent f1c0c79e21
commit e25a7d0276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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