diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-18 15:04:09 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-18 15:04:09 -0500 |
commit | 751af64d727a2c46a8a56931ce97488144e13704 (patch) | |
tree | 214100fdbe37eb076826b0d76bb9eb0d2e070de5 /src/easy_chat_2.c | |
parent | b8b4a11a032d7fb21ae14c5372a266509d2f918b (diff) | |
parent | 58dd1c92ac6270d229c6762ca640118e4dd5e3cf (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
Diffstat (limited to 'src/easy_chat_2.c')
-rw-r--r-- | src/easy_chat_2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/easy_chat_2.c b/src/easy_chat_2.c index dc8bddd5a..c56fe7576 100644 --- a/src/easy_chat_2.c +++ b/src/easy_chat_2.c @@ -70,6 +70,8 @@ static u16 sub_80EB960(void); u8 sub_80EB9C8(void); static u16 sub_80EB9D8(void); +EWRAM_DATA u8 gUnknown_020388AC = 0; + static u8 gUnknown_03000740; const u16 InterviewPalette_0[] = INCBIN_U16("graphics/misc/interview_pal0.gbapal"); |