diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-26 11:24:12 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-26 14:50:02 -0600 |
commit | 231355f84dccd11329d81d074fa36135cfad4f94 (patch) | |
tree | b50a33f777aaa2d2836a43213a1d5b8d053a0a76 /include/graphics.h | |
parent | b60611c38e904dac5c83f76fc2fbb880baaf0d33 (diff) |
Decompile easy_chat data
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 6e6d2b4fc..c651268ca 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4893,6 +4893,11 @@ extern const u16 gFrontierPassMapCursor_Pal[]; // Easy Chat Screen extern const u32 gEasyChatWindow_Gfx[]; extern const u32 gEasyChatWindow_Tilemap[]; +extern const u32 gEasyChatMode_Gfx[]; extern const u16 gEasyChatMode_Pal[]; +extern const u32 gEasyChatCursor_Gfx[]; +extern const u16 gEasyChatCursor_Pal[]; +extern const u32 gEasyChatRightWindow_Gfx[]; +extern const u16 gEasyChatRightWindow_Pal[]; #endif //GUARD_GRAPHICS_H |