diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-25 21:07:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 21:07:18 -0500 |
commit | 78864c88bb4f1e2f7a1894528db3714913cc84ca (patch) | |
tree | 7d9e646e984522e7eb9b3d0752e8277c34070eb6 /include/graphics.h | |
parent | a09e66b53f61027d8805e5d6bb4df3d679693485 (diff) | |
parent | 52fbc43d73995977aa8f6c45405a91c68d515061 (diff) |
Merge pull request #240 from PikalaxALT/union_room_chat
Union room chat
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index e87acb556..467a1d461 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4864,4 +4864,15 @@ extern const u32 gUnknown_8E83444[]; extern const u32 gBagBgPalette[]; extern const u32 gBagBgPalette_FemaleOverride[]; +// union_room_chat_display +extern const u16 gUnionRoomChatPanelBgPal_7[]; +extern const u32 gUnionRoomChatPanelBgTiles[]; +extern const u32 gUnionRoomChatPanelBgMap[]; +extern const u16 gLinkMiscMenu_Pal[]; +extern const u32 gLinkMiscMenu_Gfx[]; +extern const u32 gLinkMiscMenu_Tilemap[]; + +// union_room_chat_objects +extern const u32 gUnionRoomChatIcons[]; + #endif //GUARD_GRAPHICS_H |