diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-22 11:40:32 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-22 11:46:05 -0600 |
commit | d3f66a98ff76e35050138d79764eeb6a87e58a22 (patch) | |
tree | 62309f840ef7e33eda76f55f19e3c13b7b4d1eab /include/graphics.h | |
parent | b105d20d1e0297d0c858fe99a0946e5c07da81c1 (diff) |
Decompile more easy_chat
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 48c00943b..6a1933ddd 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4889,5 +4889,8 @@ extern const u16 gFrontierPassMedalsGold_Pal[]; extern const u16 gFrontierPassMedalsSilver_Pal[]; extern const u16 gFrontierPassMapCursor_Pal[]; +// Easy Chat Screen +extern const u32 gEasyChatWindow_Gfx[]; +extern const u32 gEasyChatWindow_Tilemap[]; #endif //GUARD_GRAPHICS_H |