summaryrefslogtreecommitdiff
path: root/include/personality_test.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-09-23 22:49:43 -0700
committerGitHub <noreply@github.com>2021-09-24 00:49:43 -0500
commit0d3b11e81a215875fc533db17895613c47a4da73 (patch)
treed392a83755f1b7631c241c100c9e778d96ef5527 /include/personality_test.h
parent8237e29a164211eb2ec4cd161eb4183cc1947fee (diff)
Data work and decomp some mail/pelipper board (#54)
* data work and decomp some mail/pelipper board * resuce -> rescue * label more data
Diffstat (limited to 'include/personality_test.h')
-rw-r--r--include/personality_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/personality_test.h b/include/personality_test.h
index d1cc2c6..71d7bf9 100644
--- a/include/personality_test.h
+++ b/include/personality_test.h
@@ -42,7 +42,7 @@ struct PersonalityStruct_203B400
u32 unkb8;
u32 unkbc;
};
-extern struct PersonalityStruct_203B400 *gUnknown_203B400;
+EWRAM_DATA struct PersonalityStruct_203B400 *gUnknown_203B400;
struct PersonalityStruct_203B404
{
@@ -62,7 +62,7 @@ struct PersonalityStruct_203B404
/* 0x54 */ struct UnkTextStruct2 unk54[4];
/* 0xB4 */ u8 unkb4[4];
};
-extern struct PersonalityStruct_203B404 *gUnknown_203B404;
+EWRAM_DATA struct PersonalityStruct_203B404 *gUnknown_203B404;
void InitializeTestStats(void);
void GenerateNewQuestionOrGender(void);