diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-04 22:20:17 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-04 19:20:17 -0800 |
commit | 4b16d04dccb8013712d9f8853f13a21084718635 (patch) | |
tree | 3a86f80a24e26c893844495f2d7a6781484fe384 /include | |
parent | b11ce5c17d95104e496d4ef6e90df750ed319ff5 (diff) |
decompile clock.c (#161)
* remove matsuda debug menu from ld_script
* decompile clock.c
* formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |