diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-08 14:37:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 14:37:34 -0400 |
commit | ac38e814546eca637ea4bafe8792b8d38ff486a3 (patch) | |
tree | 0fdfb8c0aa81613b1c7e95187838e2515e5fb9e4 /include/graphics.h | |
parent | 85ca62e823e563ebec97e9e340fdde0af42d9221 (diff) | |
parent | ddef816f7d315f7d14b1458da711333dee52bfd7 (diff) |
Merge pull request #293 from PikalaxALT/easy_chat_2
Port easy_chat_2
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 2c3aa7c4b..a61d5f62f 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4886,4 +4886,13 @@ extern const u16 gUnknown_8EAFEA0[]; extern const u32 gUnknown_8EAFFC0[]; extern const u32 gUnknown_8EB0ADC[]; +// easy_chat_3 +extern const u32 gEasyChatWindow_Gfx[]; +extern const u32 gEasyChatWindow_Tilemap[]; +extern const u32 gEasyChatMode_Pal[]; +extern const u16 gUnknown_8E99F24[]; +extern const u32 gEasyChatRedRectangularCursor_Tiles[]; +extern const u32 gEasyChatSelectGroupHelp_Tiles[]; +extern const u32 gEasyChatModeIcons_Tiles[]; + #endif //GUARD_GRAPHICS_H |