Matched game/audio

This commit is contained in:
mrshigure 2023-12-23 08:01:08 -08:00
parent 89f85e6d42
commit 8d61eaeda4
9 changed files with 846 additions and 32 deletions

View file

@ -13,9 +13,12 @@ typedef struct player_config {
} PlayerConfig;
typedef struct wipe_state {
u8 unk[52];
char unk00[0x30];
float unk30;
float duration;
u8 unk2[20];
char unk38[0x11];
u8 unk49;
char unk4A[2];
} WipeState;