summaryrefslogtreecommitdiff
path: root/include/save.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/save.h')
-rw-r--r--include/save.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/save.h b/include/save.h
index 976af77c6..fe22e4ad7 100644
--- a/include/save.h
+++ b/include/save.h
@@ -3,23 +3,23 @@
struct SaveSectionLocation
{
- void *data;
- u16 size;
+ void *data;
+ u16 size;
};
struct SaveSection
{
- u8 data[0xFF4];
- u16 id;
- u16 checksum;
- u32 unknown;
- u32 counter;
+ u8 data[0xFF4];
+ u16 id;
+ u16 checksum;
+ u32 unknown;
+ u32 counter;
};
struct UnkSaveSection
{
- u8 data[0xFF4];
- u32 unknown;
+ u8 data[0xFF4];
+ u32 unknown;
};
void ClearSaveData(void);