summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-31 15:48:09 -0800
committerYamaArashi <shadow962@live.com>2016-01-31 15:48:09 -0800
commitb274bdf7d39a95fb9eca8dc67fc8bba0cb36b554 (patch)
treebb29cef1a63b02fefeacb34597b43b63aa740021 /include/global.h
parentb78957167b742f6947ee4379ee60864e7cdc0d36 (diff)
play_time.c
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;