Some var renaming

This commit is contained in:
MaikelChan
2023-08-09 16:08:13 +02:00
parent 1c8579c6b5
commit bf45573eec
14 changed files with 164 additions and 164 deletions

View File

@@ -1,7 +1,7 @@
#ifndef __SAVE_H__
#define __SAVE_H__
typedef struct {
typedef struct {
u8 unk0[0x4];
u8 unk4[0x14];
u8 pad28[0x5C];
@@ -9,8 +9,8 @@ typedef struct {
}SaveFile;
typedef struct{
u8 unk0;
u8 unk1;
u8 magic;
u8 slotIndex;
u8 pad2[0x76];
}SaveData;