From 463d79c7c1b945db53b1d4278e3e05a65bbe1ee1 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 7 Aug 2020 02:00:41 -0400 Subject: Start documenting naming screen --- include/graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 106798892..7675df267 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4074,11 +4074,11 @@ extern const u8 gUnknown_08DD4620[]; extern const u8 gUnknown_08DD46E0[]; extern const u8 gUnknown_08DD47A0[]; extern const u8 gNamingScreenRWindow_Gfx[]; -extern const u8 gNamingScreenKeyboardButton_Gfx[]; +extern const u8 gNamingScreenPageButton_Gfx[]; extern const u8 gNamingScreenROptions_Gfx[]; extern const u8 gNamingScreenCursor_Gfx[]; -extern const u8 gNamingScreenRightPointingTriangleTiles[]; -extern const u8 gNamingScreenUnderscoreTiles[]; +extern const u8 gNamingScreenInputArrow_Gfx[]; +extern const u8 gNamingScreenUnderscore_Gfx[]; extern const u32 gUnknown_08D9BA44[]; -- cgit v1.2.3 From 82e322bb96e4f7ecd59d536bdb8315edab61f9b6 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Fri, 7 Aug 2020 20:09:57 -0400 Subject: Finish documenting naming screen --- include/graphics.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index 7675df267..1aa24d052 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4069,10 +4069,10 @@ extern const u8 gHealthboxElementsGfxTable[][32]; extern const u16 gNamingScreenMenu_Pal[]; extern const u32 gNamingScreenMenu_Gfx[]; -extern const u32 gUnknown_08DD4544[]; -extern const u8 gUnknown_08DD4620[]; -extern const u8 gUnknown_08DD46E0[]; -extern const u8 gUnknown_08DD47A0[]; +extern const u32 gNamingScreenBackground_Tilemap[]; +extern const u8 gNamingScreenKeyboardUpper_Tilemap[]; +extern const u8 gNamingScreenKeyboardLower_Tilemap[]; +extern const u8 gNamingScreenKeyboardSymbols_Tilemap[]; extern const u8 gNamingScreenRWindow_Gfx[]; extern const u8 gNamingScreenPageButton_Gfx[]; extern const u8 gNamingScreenROptions_Gfx[]; -- cgit v1.2.3