diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-29 21:22:51 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-29 21:26:08 -0500 |
commit | a978a6a62400b2bfba7107b66077d21822759cff (patch) | |
tree | 5fc8d21798d9b9d97f52e4946aa7713a6a64286d /include/graphics.h | |
parent | 519426f4e6629a1f79fa4ce5f8ffff672d25533d (diff) |
Finish decompiling union_room_chat.c
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 |