util files

This commit is contained in:
theo3
2021-12-19 17:57:42 -08:00
parent 227703e496
commit 3c4e1762d9
23 changed files with 1077 additions and 2129 deletions
+6 -5
View File
@@ -42,11 +42,12 @@ typedef struct {
/*0x088*/ PlayerWorldStatus saved_status;
/*0x0A8*/ Stats stats;
/*0x0D0*/ u8 fillerD0[0x71];
/*0x141*/ u8 unk141[0x45c - 0x141];
/*0x45c*/ u8 unk45C[0x10];
/*0x46c*/ u8 unk46C[0x20];
/*0x48c*/ u32 unk48C[8];
/*0x4ac*/ u8 filler4ac[0x8];
/*0x141*/ u8 unk141[0x1c1 - 0x141];
/*0x1C1*/ u8 unk1C1[0x45c - 0x1c1];
/*0x45C*/ u8 unk45C[0x10];
/*0x46C*/ u8 unk46C[0x20];
/*0x48C*/ u32 unk48C[8];
/*0x4AC*/ u8 filler4ac[0x8];
} SaveFile;
extern SaveFile gSave;