diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-02 11:16:06 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-02 11:16:06 -0600 |
commit | 0f5b0005676cd3db623eb557f86cf92b1e020827 (patch) | |
tree | 257857a4bed89a1d9410a9945efd63a76ea16582 /include/graphics.h | |
parent | 28e98d9df7db41f9dcc813ad4e0b37c568833aee (diff) | |
parent | 397f32f29dbcd8fb6ad47afe5ba1ee354ca2b5c7 (diff) |
Merge branch 'master' into decompile_easy_chat
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index f94450f86..488de07c0 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2641,4 +2641,19 @@ extern const u16 gTradeMonBoxTilemap[]; extern const u8 gUnknown_08D00000[]; extern const u16 gUnknown_08D00524[]; extern const u8 gUnknown_08D004E0[]; + +extern const u8 gNamingScreenBackButtonTiles[]; +extern const u8 gNamingScreenOKButtonTiles[]; +extern const u8 gNamingScreenChangeKeyboardBoxTiles[]; +extern const u8 gNamingScreenChangeKeyboardButtonTiles[]; +extern const u8 gNamingScreenLowerTextTiles[]; +extern const u8 gNamingScreenUpperTextTiles[]; +extern const u8 gNamingScreenOthersTextTiles[]; +extern const u8 gNamingScreenCursorTiles[]; +extern const u8 gNamingScreenActiveCursorSmallTiles[]; +extern const u8 gNamingScreenActiveCursorBigTiles[]; +extern const u8 gNamingScreenRightPointingTriangleTiles[]; +extern const u8 gNamingScreenUnderscoreTiles[]; +extern const u16 gNamingScreenPalettes[][16]; + #endif // GUARD_GRAPHICS_H |