diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-21 15:05:05 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 15:05:05 -0600 |
commit | 7a1956f51d3bbba5f49f97526b79efafa85792bb (patch) | |
tree | 42fea349311c47f61dd3d6c0823210368f7feef8 /include/personality_test.h | |
parent | 4fd4208364fcaf71ef0ff35d0c49ce3d9149e98b (diff) | |
parent | 3a1307e9078214a7757f37f35b807ea54c77bfad (diff) |
Merge pull request #87 from SethBarberee/personality_test_data_2
Personality test data 2
Diffstat (limited to 'include/personality_test.h')
-rw-r--r-- | include/personality_test.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/personality_test.h b/include/personality_test.h index 71d7bf9..0351bd1 100644 --- a/include/personality_test.h +++ b/include/personality_test.h @@ -42,7 +42,6 @@ struct PersonalityStruct_203B400 u32 unkb8; u32 unkbc; }; -EWRAM_DATA struct PersonalityStruct_203B400 *gUnknown_203B400; struct PersonalityStruct_203B404 { @@ -62,7 +61,6 @@ struct PersonalityStruct_203B404 /* 0x54 */ struct UnkTextStruct2 unk54[4]; /* 0xB4 */ u8 unkb4[4]; }; -EWRAM_DATA struct PersonalityStruct_203B404 *gUnknown_203B404; void InitializeTestStats(void); void GenerateNewQuestionOrGender(void); |