mirror of
https://github.com/zeldaret/tmc
synced 2026-07-10 07:06:52 -04:00
naming work
This commit is contained in:
+10
-9
@@ -23,10 +23,10 @@ typedef enum {
|
||||
extern SaveResult HandleSave(u32 arg0);
|
||||
|
||||
typedef struct {
|
||||
/*0x000*/ u8 unk_00;
|
||||
/*0x000*/ u8 unk_01;
|
||||
/*0x002*/ u8 messageSpeed;
|
||||
/*0x003*/ u8 brightnessPref;
|
||||
/*0x000*/ u8 invalid;
|
||||
/*0x000*/ u8 initialized;
|
||||
/*0x002*/ u8 msg_speed;
|
||||
/*0x003*/ u8 brightness;
|
||||
/*0x004*/ u8 filler4[0x2];
|
||||
/*0x006*/ u8 unk6;
|
||||
/*0x007*/ u8 unk7;
|
||||
@@ -37,9 +37,9 @@ typedef struct {
|
||||
/*0x050*/ u32 unk50;
|
||||
/*0x054*/ u8 filler54[0xC];
|
||||
/*0x060*/ u32 areaVisitFlags[8];
|
||||
/*0x080*/ u8 playerName[FILENAME_LENGTH];
|
||||
/*0x080*/ char name[FILENAME_LENGTH];
|
||||
/*0x086*/ u8 filler86[0x2];
|
||||
/*0x088*/ PlayerWorldStatus saved_status;
|
||||
/*0x088*/ PlayerRoomStatus saved_status;
|
||||
/*0x0A8*/ Stats stats;
|
||||
/*0x0D0*/ u8 fillerD0[0x48];
|
||||
/*0x118*/ u8 unk118[0x13];
|
||||
@@ -51,7 +51,8 @@ typedef struct {
|
||||
/*0x25C*/ u8 flags[0x200];
|
||||
/*0x45C*/ u8 unk45C[0x10];
|
||||
/*0x46C*/ u8 unk46C[0x20];
|
||||
/*0x48C*/ u32 unk48C[8];
|
||||
/*0x48C*/ u32 unk48C[7];
|
||||
/*0x4A8*/ u32 demo_timer;
|
||||
/*0x4AC*/ u8 filler4ac[0x8];
|
||||
} SaveFile;
|
||||
|
||||
@@ -59,9 +60,9 @@ extern SaveFile gSave;
|
||||
|
||||
u32 InitSaveData(void);
|
||||
|
||||
u32 Write_02000000(struct_02000000*);
|
||||
u32 Write_02000000(SaveHeader*);
|
||||
s32 ReadSaveFile(u32, SaveFile*);
|
||||
u32 Read_02000000(struct_02000000*);
|
||||
u32 Read_02000000(SaveHeader*);
|
||||
void SetFileStatusDeleted(u32 index);
|
||||
|
||||
extern const char gUnk_0811E470[];
|
||||
|
||||
Reference in New Issue
Block a user