diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-04-14 15:54:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 15:54:34 -0400 |
commit | a12de6e4800049ae0b25f01ddecdb7cb3d9a3a52 (patch) | |
tree | 90bda096c861d13c19908921bbb1fbb50bbf3f85 /include/global.h | |
parent | c21175d6b867b99af56625db04594731cc919664 (diff) | |
parent | dde4a0416c8dfb1177d04a309edd74546fb9c5fe (diff) |
Merge pull request #1022 from GriffinRichards/doc-gcn
Label GCN link flags field
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]; |