Dump overlay list

This commit is contained in:
gamemasterplc 2023-11-23 21:58:33 -06:00
parent a8d2b73106
commit 47f2bb30b9
11 changed files with 142 additions and 3 deletions

View file

@ -57,4 +57,9 @@ typedef struct wipe_state {
u8 unk2[20];
} WipeState;
typedef struct file_list_entry {
char *name;
s32 file_id;
} FileListEntry;
#endif