diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-24 14:23:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-24 14:23:52 -0600 |
commit | e3078400bbdb3e8416806127290b9a2d68cfb3b8 (patch) | |
tree | 7ef9993608fc9c6e426ce908957ac07f72b8f650 /include/graphics.h | |
parent | b827bd9a5a44e17fa9fced591465fc64a619a134 (diff) | |
parent | e5c216e5066dac26fad64cb2e7bb6a5f0d40bf3f (diff) |
Merge pull request #492 from PikalaxALT/decompile_data
Decompile data and abstract away some explicit memcpy calls
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 |