Some var renaming
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user