Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions 010/songdta.bt
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ enum <byte> {
Male = 1,
Female = 2
} vocal_gender;
char anim_tempo[16];
char anim_tempo[16]; // It isn't always there, and placing it here doesn't work. The game picks up the anim_tempo from the rbsong.
char has_markup;
FSeek(FTell()+3);
int vocal_parts; // not certain about this one
struct {
int unk_0 : 1;
int vocals : 1;
int unk_2 : 1;
int unk_3 : 1;
int drums : 1;
int guitar : 1; // This wasn't vocals, it's guitar
int bass : 1;
int unk_3 : 1;
int unk_4 : 1;
int unk_5 : 1;
int keys : 1; // Keys?? seen on Everybody Wants to Rule the World
} solos;
char fake;
char shortname[256];
char shortname[256];