git ssb

0+

kode54 / syntrax-c



Commit 7546e2f74d2ea029c47a53149da67f11f39cb16a

SubSong->UNK07 is definitely a mistake in counting. Removed.

anonymous authored on 1/2/2016, 4:18:46 PM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 7048945153747ca4d19035d8a769f8fa56e4076d

Files changed

src/syntrax/file.cchanged
src/syntrax/syntrax.hchanged
src/syntrax/file.cView
@@ -122,9 +122,8 @@
122122 subSong->UNK03 = get_le16(buffer + 172);
123123 subSong->UNK04 = get_le16(buffer + 174);
124124 subSong->UNK05 = get_le16(buffer + 176);
125125 subSong->UNK06 = get_le16(buffer + 178);
126- /*subSong->UNK07 = get_le16(buffer + 180);*/
127126
128127 for (i = 0; i < SE_MAXCHANS; i++) {
129128 for (j = 0; j < 0x100; j++) {
130129 subSong->orders[i][j].patIndex = get_le16(buffer + 180 + i * 1024 + j * 4);
src/syntrax/syntrax.hView
@@ -225,9 +225,8 @@
225225 int16_t UNK03;
226226 int16_t UNK04;
227227 int16_t UNK05;
228228 int16_t UNK06;
229- int16_t UNK07;
230229 //if my eyes don't deceive me, this actually happens
231230 //waste of space
232231 Order orders[SE_MAXCHANS][0x100];
233232 } Subsong;

Built with git-ssb-web