Anonymous

Changes

From Final Fantasy Inside

FF7/PSX/Sound/AKAO sequence

18 bytes added, 12:36, 30 July 2020
Fix AkaoChannelInfo mask bits
int num_channels = 0;
while (int bit = 0; bit < 24; bit++) if ((info.mask & 0xFFFFFF) & (1 << bit)) != 0; bit++) num_channels++;
First there is 32-bit number (offset 0x10), which represents bitmask of used channels in this song.
112
edits