Start modesel/filesel.c

This commit is contained in:
gamemasterplc 2024-04-08 17:11:27 -05:00
parent e58c88841e
commit c7ee412d7c
4 changed files with 742 additions and 3 deletions

View file

@ -27,6 +27,7 @@ typedef struct datalist_sprite {
GXColor color;
} DataListSprite;
void fn_1_1EC0(s16 view);
s32 fn_1_2490(void);
s32 fn_1_37DC(void);

View file

@ -24,6 +24,7 @@ typedef union save_buf_all {
u8 ATTRIBUTE_ALIGN(32) buf[SAVE_BUF_SIZE];
} SaveBufAll;
extern char *SaveFileNameTbl[];
extern CARDFileInfo curFileInfo;
extern SaveBufAll saveBuf;
extern u64 SLSerialNo;