Decompile wipe.c

This commit is contained in:
gamemasterplc 2023-12-26 12:31:14 -06:00
parent 72c850b0fb
commit f383e26929
12 changed files with 390 additions and 31 deletions

View file

@ -12,16 +12,6 @@ typedef struct player_config {
s16 iscom;
} PlayerConfig;
typedef struct wipe_state {
char unk00[0x30];
float unk30;
float duration;
char unk38[0x11];
u8 unk49;
char unk4A[2];
} WipeState;
typedef struct system_state {
/* 0x00 */ struct {
u16 story : 1;