summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index faed7fbcc..fec0500f7 100644
--- a/include/global.h
+++ b/include/global.h
@@ -45,6 +45,12 @@ struct SaveBlock2
{
u8 playerName[8];
u8 playerGender;
+ u16 playerTrainerId;
+ u16 playerSecretId;
+ u16 playTimeHours;
+ u8 playTimeMinutes;
+ u8 playTimeSeconds;
+ u8 playTimeVBlanks;
};
extern struct SaveBlock2 gSaveBlock2;