Decompile fn_1_61B4

This commit is contained in:
gamemasterplc 2024-04-08 19:20:17 -05:00
parent c7ee412d7c
commit d0e1bb8c9d
3 changed files with 340 additions and 5 deletions

View file

@ -38,7 +38,7 @@ s32 SLFileWrite(s32 length, void *addr);
s32 SLFileRead(s32 length, void *addr);
s32 SLFileClose(void);
void SLCurSlotNoSet(s16 slotno);
void SLCurBoxNoSet(s8 boxno);
void SLCurBoxNoSet(s16 boxno);
void SLSaveFlagSet(s32 flag);
s32 SLSaveFlagGet(void);
void SLSaveDataMake(s32 erase, OSTime *time);