mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 21:48:21 -04:00
util files
This commit is contained in:
+6
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user