diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-23 12:59:20 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-23 13:05:34 -0600 |
commit | f34903bc45b157bb5fe2bb7074122713eadb920b (patch) | |
tree | 10d5d462da2e178b1ffd469d181a7456b857f134 /include/graphics.h | |
parent | d3f66a98ff76e35050138d79764eeb6a87e58a22 (diff) |
Decompile more easy_chat.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 6a1933ddd..7cc847524 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4892,5 +4892,6 @@ extern const u16 gFrontierPassMapCursor_Pal[]; // Easy Chat Screen extern const u32 gEasyChatWindow_Gfx[]; extern const u32 gEasyChatWindow_Tilemap[]; +extern const u16 gEasyChatMode_Pal[]; #endif //GUARD_GRAPHICS_H |