All Changes

This commit is contained in:
Moses Troyer
2025-08-16 17:15:49 +00:00
committed by Banjo Kazooie
parent fd208f77ca
commit c2dd933d22
389 changed files with 7824 additions and 6965 deletions

View File

@@ -11,7 +11,7 @@ typedef struct struct_B_s{
f32 unk10;
} structBs;
typedef struct music_track_s{
typedef struct music_track_s {
s16 unk0;
u8 unk2;
u8 unk3;
@@ -25,10 +25,9 @@ typedef struct music_track_s{
u8 unk192[0xE];
} MusicTrack;
typedef struct music_track_meta_s{
typedef struct music_track_meta_s {
char *name;
u16 unk4;
// u8 pad6[2];
}MusicTrackMeta;
u16 volume;
} MusicTrackMeta;
#endif