summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h5
-rw-r--r--include/text.h7
2 files changed, 7 insertions, 5 deletions
diff --git a/include/global.h b/include/global.h
index 22927f749..736a1a5dc 100644
--- a/include/global.h
+++ b/include/global.h
@@ -15,11 +15,6 @@
#define POKEMON_NAME_LENGTH 10
#define OT_NAME_LENGTH 7
-extern u8 gStringVar1[];
-extern u8 gStringVar2[];
-extern u8 gStringVar3[];
-extern u8 gStringVar4[];
-
enum
{
VERSION_SAPPHIRE = 1,
diff --git a/include/text.h b/include/text.h
index 99d346a23..4f52e3cdd 100644
--- a/include/text.h
+++ b/include/text.h
@@ -134,6 +134,13 @@ extern const struct WindowConfig gWindowConfig_81E725C;
extern const struct WindowConfig gWindowConfig_81E7278;
extern const struct WindowConfig gWindowConfig_81E7294;
+extern u16 gBGTilemapBuffers[4][0x400];
+
+extern u8 gStringVar1[];
+extern u8 gStringVar2[];
+extern u8 gStringVar3[];
+extern u8 gStringVar4[];
+
void LoadFontDefaultPalette(const struct WindowConfig *winConfig);
void SetUpWindowConfig(const struct WindowConfig *winConfig);
u16 InitWindowTileData(struct Window *win, u16 startOffset);