summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorgarak <garakmon@gmail.com>2018-10-21 15:12:18 -0400
committerGitHub <noreply@github.com>2018-10-21 15:12:18 -0400
commit7a9c7e5f068a2ec88ce6fe24a5c72f4b4ae7f48b (patch)
treeb8e391c9e856a2546075d44cba353c4b100a52ef /src/naming_screen.c
parent2bb286ab4e3a967ce129d82cdad0ede4d744fa73 (diff)
parent804d0a4b6a12907974ffd8cb20f6ed6c527b663b (diff)
Merge branch 'master' into sprite-tags
Diffstat (limited to 'src/naming_screen.c')
-rw-r--r--src/naming_screen.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/naming_screen.c b/src/naming_screen.c
index 4d4178c7a..ee1e78c60 100644
--- a/src/naming_screen.c
+++ b/src/naming_screen.c
@@ -16,6 +16,7 @@
#include "constants/vars.h"
#include "constants/songs.h"
#include "pokemon_storage_system.h"
+#include "graphics.h"
#include "sound.h"
#include "trig.h"
#include "field_effect.h"
@@ -30,20 +31,6 @@
EWRAM_DATA static struct NamingScreenData *gNamingScreenData = NULL;
extern u16 gKeyRepeatStartDelay;
-// extern graphics
-extern const u16 gNamingScreenMenu_Pal[];
-extern const u8 gNamingScreenMenu_Gfx[];
-extern const u8 gUnknown_08DD4544[];
-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 gNamingScreenROptions_Gfx[];
-extern const u8 gNamingScreenCursor_Gfx[];
-extern const u8 gNamingScreenRightPointingTriangleTiles[];
-extern const u8 gNamingScreenUnderscoreTiles[];
-
// extern text
extern const u8 gExpandedPlaceholder_Empty[];
extern const u8 gText_PkmnTransferredSomeonesPC[];