diff options
author | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-15 13:33:06 -0400 |
---|---|---|
committer | PlatinumMaster <L33TGamer@outlook.com> | 2020-04-15 13:33:06 -0400 |
commit | da34eedd9b5c18859a6c68fa28d6250ca1242900 (patch) | |
tree | 7b4e41f4feb633053187152c4c6edf0eb906a3b9 /include/global.h | |
parent | 67b0bec3ffda7d4268a009501aa18292ff5c96fe (diff) | |
parent | 6eefcb1f82dc28cdc626e86fda3a217d21315181 (diff) |
Keep up to date with master.
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e3c8fee55..bcf3e6486 100644 --- a/include/global.h +++ b/include/global.h @@ -465,7 +465,7 @@ struct SaveBlock2 /*0x90*/ u8 filler_90[0x8]; /*0x98*/ struct Time localTimeOffset; /*0xA0*/ struct Time lastBerryTreeUpdate; - /*0xA8*/ u32 field_A8; // Written to, but never read. + /*0xA8*/ u32 gcnLinkFlags; // Read by Pokemon Colosseum/XD /*0xAC*/ u32 encryptionKey; /*0xB0*/ struct PlayersApprentice playerApprentice; /*0xDC*/ struct Apprentice apprentices[APPRENTICE_COUNT]; |