diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-15 17:41:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:41:55 -0500 |
commit | ee4af94a36b805bace8c2003c0cc41178290338f (patch) | |
tree | 0647a9219eda533503c052f02eabf8b6fafa9dea /include/global.h | |
parent | f8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (diff) | |
parent | 2e57a00d17d80853dc3b14788f7197ede785be8b (diff) |
Merge pull request #1324 from GriffinRichards/doc-sb
Document remainder of secret_base.c
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 8eef06e38..5b1a7b44b 100644 --- a/include/global.h +++ b/include/global.h @@ -501,7 +501,7 @@ struct SecretBaseParty struct SecretBase { /*0x1A9C*/ u8 secretBaseId; - /*0x1A9D*/ u8 sbr_field_1_0:4; + /*0x1A9D*/ bool8 toRegister:4; /*0x1A9D*/ u8 gender:1; /*0x1A9D*/ u8 battledOwnerToday:1; /*0x1A9D*/ u8 registryStatus:2; @@ -510,7 +510,7 @@ struct SecretBase /*0x1AA9*/ u8 language; /*0x1AAA*/ u16 numSecretBasesReceived; /*0x1AAC*/ u8 numTimesEntered; - /*0x1AAD*/ u8 sbr_field_11; + /*0x1AAD*/ u8 unused; /*0x1AAE*/ u8 decorations[DECOR_MAX_SECRET_BASE]; /*0x1ABE*/ u8 decorationPositions[DECOR_MAX_SECRET_BASE]; /*0x1AD0*/ struct SecretBaseParty party; |