diff options
author | huderlem <huderlem@gmail.com> | 2019-03-29 22:33:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 22:33:32 -0500 |
commit | 818468833020bd38acdf654fa555378d6a9c2b54 (patch) | |
tree | 0b25666cbc303564634e2820c3cbe82aa01b1181 /include/graphics.h | |
parent | 7211f996a5ebf37ac7e2feffb0fd6c270d810513 (diff) | |
parent | accc5ae8dd2b9e26179bdb641f1e3fff5e2ef392 (diff) |
Merge pull request #635 from huderlem/union_room_chat
Union room chat
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 03840b6ff..b49b2a661 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4908,4 +4908,13 @@ extern const u16 gEasyChatRightWindow_Pal[]; // Use Pokeblock extern const u32 gUsePokeblockCondition_Gfx[]; +// Union Room Chat +extern const u16 gUnknown_08DD4BB0[]; +extern const u16 gUnknown_08DD4BD0[]; +extern const u32 gUnknown_08DD4BF0[]; +extern const u32 gUnknown_08DD4C4C[]; +extern const u16 gLinkMiscMenu_Pal[]; +extern const u32 gLinkMiscMenu_Gfx[]; +extern const u32 gLinkMiscMenu_Tilemap[]; + #endif //GUARD_GRAPHICS_H |