summaryrefslogtreecommitdiff
path: root/src/naming_screen.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-26 23:55:36 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-26 23:55:36 +0200
commit52be8eeaf15da7b281d48c51b1f4d06740a86c76 (patch)
treeac1c7d0a092f4d16c9ebef0b2538ef46b80c44d5 /src/naming_screen.c
parentdc273cc19d842e8831548a1342af857aae2886c9 (diff)
parent2778e9ad3dc249eb4cce84be3ac1dfcc7ab850d5 (diff)
Merge branch 'master' into battle_tower
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[];