diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-03 00:47:51 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-03 00:47:51 +0200 |
commit | 50530b46669b3b18358097391fa9afee27e5f57e (patch) | |
tree | da095fe34168428915adfb86bcac805e71f6b86c /include/global.h | |
parent | d5806bfe6a8807719b2659cd2d008b4c1b560a62 (diff) |
begin decompiling item.s
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index c201b554f..85ac787ec 100644 --- a/include/global.h +++ b/include/global.h @@ -129,6 +129,8 @@ struct SaveBlock2 /*0x90*/ u8 filler_90[0x8]; /*0x98*/ struct Time localTimeOffset; /*0xA0*/ struct Time lastBerryTreeUpdate; + /*0xA8*/ u8 filler_A8[0x4]; + /*0xAC*/ u32 encryptionKey; }; extern struct SaveBlock2 *gSaveBlock2Ptr; |