From b274bdf7d39a95fb9eca8dc67fc8bba0cb36b554 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 31 Jan 2016 15:48:09 -0800 Subject: play_time.c --- include/global.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/global.h') 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; -- cgit v1.2.3