diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:33:41 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-18 01:33:41 -0500 |
commit | 93e9b9fe5d207a99c798bd48de9a37ff1c533cde (patch) | |
tree | e771bd82a56738bac7cc9f822efd88cf10481005 /include/global.h | |
parent | 986d3d8b2fc03bc3e384da15e5d1be4af8507e7b (diff) |
Fix some names
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 82f31ad53..cc308c3c9 100644 --- a/include/global.h +++ b/include/global.h @@ -446,7 +446,7 @@ struct SaveBlock2 /*0x90*/ u8 filler_90[0x8]; /*0x98*/ struct Time localTimeOffset; /*0xA0*/ struct Time lastBerryTreeUpdate; - /*0xA8*/ u32 unusedFlagField; // Written to, but never read. + /*0xA8*/ u32 field_A8; // Written to, but never read. /*0xAC*/ u32 encryptionKey; /*0xB0*/ struct PlayersApprentice playerApprentice; /*0xDC*/ struct Apprentice apprentices[4]; // From record mixing. |