From 4b16d04dccb8013712d9f8853f13a21084718635 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Wed, 4 Jan 2017 22:20:17 -0500 Subject: decompile clock.c (#161) * remove matsuda debug menu from ld_script * decompile clock.c * formatting --- include/global.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/global.h b/include/global.h index 3ad3f3988..30f935521 100644 --- a/include/global.h +++ b/include/global.h @@ -359,10 +359,10 @@ extern struct SaveBlock1 gSaveBlock1; struct Time { - s16 days; - s8 hours; - s8 minutes; - s8 seconds; + /* 0x00 */ s16 days; + /* 0x02 */ s8 hours; + /* 0x03 */ s8 minutes; + /* 0x04 */ s8 seconds; }; struct Pokedex @@ -386,7 +386,7 @@ struct SaveBlock2_Sub /*0x04CC, 0x0574*/ u8 filler_4CC[0x31C]; }; -struct SaveBlock2 +struct SaveBlock2 /* 0x02024EA4 */ { /*0x00*/ u8 playerName[8]; /*0x08*/ u8 playerGender; // MALE, FEMALE -- cgit v1.2.3