summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-05-30 13:01:22 -0700
committerYamaArashi <shadow962@live.com>2016-05-30 13:01:22 -0700
commitefe19808998c4e5b5bd6fcaeb7e466f54d85fb77 (patch)
treea4cbd891b40b2d497a87cf555df2b8166098be52 /include/text.h
parent1dab185cabcb4d9364f05cf836b184540add4582 (diff)
add const to fix warnings
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h118
1 files changed, 59 insertions, 59 deletions
diff --git a/include/text.h b/include/text.h
index 43480d9db..a1de98166 100644
--- a/include/text.h
+++ b/include/text.h
@@ -15,65 +15,65 @@ extern vu16 *const gBGControlRegs[];
extern vu16 *const gBGHOffsetRegs[];
extern vu16 *const gBGVOffsetRegs[];
-extern struct WindowConfig gWindowConfig_81E6C3C;
-extern struct WindowConfig gWindowConfig_81E6C58;
-extern struct WindowConfig gWindowConfig_81E6C74;
-extern struct WindowConfig gWindowConfig_81E6C90;
-extern struct WindowConfig gWindowConfig_81E6CAC;
-extern struct WindowConfig gWindowConfig_81E6CC8;
-extern struct WindowConfig gWindowConfig_81E6CE4;
-extern struct WindowConfig gWindowConfig_81E6D00;
-extern struct WindowConfig gWindowConfig_81E6D1C;
-extern struct WindowConfig gWindowConfig_81E6D38;
-extern struct WindowConfig gWindowConfig_81E6D54;
-extern struct WindowConfig gWindowConfig_81E6D70;
-extern struct WindowConfig gWindowConfig_81E6D8C;
-extern struct WindowConfig gWindowConfig_81E6DA8;
-extern struct WindowConfig gWindowConfig_81E6DC4;
-extern struct WindowConfig gWindowConfig_81E6DE0;
-extern struct WindowConfig gWindowConfig_81E6DFC;
-extern struct WindowConfig gWindowConfig_81E6E18;
-extern struct WindowConfig gWindowConfig_81E6E34;
-extern struct WindowConfig gWindowConfig_81E6E50;
-extern struct WindowConfig gWindowConfig_81E6E6C;
-extern struct WindowConfig gWindowConfig_81E6E88;
-extern struct WindowConfig gWindowConfig_81E6EA4;
-extern struct WindowConfig gWindowConfig_81E6EC0;
-extern struct WindowConfig gWindowConfig_81E6EDC;
-extern struct WindowConfig gWindowConfig_81E6EF8;
-extern struct WindowConfig gWindowConfig_81E6F14;
-extern struct WindowConfig gWindowConfig_81E6F30;
-extern struct WindowConfig gWindowConfig_81E6F4C;
-extern struct WindowConfig gWindowConfig_81E6F68;
-extern struct WindowConfig gWindowConfig_81E6F84;
-extern struct WindowConfig gWindowConfig_81E6FA0;
-extern struct WindowConfig gWindowConfig_81E6FBC;
-extern struct WindowConfig gWindowConfig_81E6FD8;
-extern struct WindowConfig gWindowConfig_81E6FF4;
-extern struct WindowConfig gWindowConfig_81E7010;
-extern struct WindowConfig gWindowConfig_81E702C;
-extern struct WindowConfig gWindowConfig_81E7048;
-extern struct WindowConfig gWindowConfig_81E7064;
-extern struct WindowConfig gWindowConfig_81E7080;
-extern struct WindowConfig gWindowConfig_81E709C;
-extern struct WindowConfig gWindowConfig_81E70B8;
-extern struct WindowConfig gWindowConfig_81E70D4;
-extern struct WindowConfig gWindowConfig_81E70F0;
-extern struct WindowConfig gWindowConfig_81E710C;
-extern struct WindowConfig gWindowConfig_81E7128;
-extern struct WindowConfig gWindowConfig_81E7144;
-extern struct WindowConfig gWindowConfig_81E7160;
-extern struct WindowConfig gWindowConfig_81E717C;
-extern struct WindowConfig gWindowConfig_81E7198;
-extern struct WindowConfig gWindowConfig_81E71B4;
-extern struct WindowConfig gWindowConfig_81E71D0;
-extern struct WindowConfig gWindowConfig_81E71EC;
-extern struct WindowConfig gWindowConfig_81E7208;
-extern struct WindowConfig gWindowConfig_81E7224;
-extern struct WindowConfig gWindowConfig_81E7240;
-extern struct WindowConfig gWindowConfig_81E725C;
-extern struct WindowConfig gWindowConfig_81E7278;
-extern struct WindowConfig gWindowConfig_81E7294;
+extern const struct WindowConfig gWindowConfig_81E6C3C;
+extern const struct WindowConfig gWindowConfig_81E6C58;
+extern const struct WindowConfig gWindowConfig_81E6C74;
+extern const struct WindowConfig gWindowConfig_81E6C90;
+extern const struct WindowConfig gWindowConfig_81E6CAC;
+extern const struct WindowConfig gWindowConfig_81E6CC8;
+extern const struct WindowConfig gWindowConfig_81E6CE4;
+extern const struct WindowConfig gWindowConfig_81E6D00;
+extern const struct WindowConfig gWindowConfig_81E6D1C;
+extern const struct WindowConfig gWindowConfig_81E6D38;
+extern const struct WindowConfig gWindowConfig_81E6D54;
+extern const struct WindowConfig gWindowConfig_81E6D70;
+extern const struct WindowConfig gWindowConfig_81E6D8C;
+extern const struct WindowConfig gWindowConfig_81E6DA8;
+extern const struct WindowConfig gWindowConfig_81E6DC4;
+extern const struct WindowConfig gWindowConfig_81E6DE0;
+extern const struct WindowConfig gWindowConfig_81E6DFC;
+extern const struct WindowConfig gWindowConfig_81E6E18;
+extern const struct WindowConfig gWindowConfig_81E6E34;
+extern const struct WindowConfig gWindowConfig_81E6E50;
+extern const struct WindowConfig gWindowConfig_81E6E6C;
+extern const struct WindowConfig gWindowConfig_81E6E88;
+extern const struct WindowConfig gWindowConfig_81E6EA4;
+extern const struct WindowConfig gWindowConfig_81E6EC0;
+extern const struct WindowConfig gWindowConfig_81E6EDC;
+extern const struct WindowConfig gWindowConfig_81E6EF8;
+extern const struct WindowConfig gWindowConfig_81E6F14;
+extern const struct WindowConfig gWindowConfig_81E6F30;
+extern const struct WindowConfig gWindowConfig_81E6F4C;
+extern const struct WindowConfig gWindowConfig_81E6F68;
+extern const struct WindowConfig gWindowConfig_81E6F84;
+extern const struct WindowConfig gWindowConfig_81E6FA0;
+extern const struct WindowConfig gWindowConfig_81E6FBC;
+extern const struct WindowConfig gWindowConfig_81E6FD8;
+extern const struct WindowConfig gWindowConfig_81E6FF4;
+extern const struct WindowConfig gWindowConfig_81E7010;
+extern const struct WindowConfig gWindowConfig_81E702C;
+extern const struct WindowConfig gWindowConfig_81E7048;
+extern const struct WindowConfig gWindowConfig_81E7064;
+extern const struct WindowConfig gWindowConfig_81E7080;
+extern const struct WindowConfig gWindowConfig_81E709C;
+extern const struct WindowConfig gWindowConfig_81E70B8;
+extern const struct WindowConfig gWindowConfig_81E70D4;
+extern const struct WindowConfig gWindowConfig_81E70F0;
+extern const struct WindowConfig gWindowConfig_81E710C;
+extern const struct WindowConfig gWindowConfig_81E7128;
+extern const struct WindowConfig gWindowConfig_81E7144;
+extern const struct WindowConfig gWindowConfig_81E7160;
+extern const struct WindowConfig gWindowConfig_81E717C;
+extern const struct WindowConfig gWindowConfig_81E7198;
+extern const struct WindowConfig gWindowConfig_81E71B4;
+extern const struct WindowConfig gWindowConfig_81E71D0;
+extern const struct WindowConfig gWindowConfig_81E71EC;
+extern const struct WindowConfig gWindowConfig_81E7208;
+extern const struct WindowConfig gWindowConfig_81E7224;
+extern const struct WindowConfig gWindowConfig_81E7240;
+extern const struct WindowConfig gWindowConfig_81E725C;
+extern const struct WindowConfig gWindowConfig_81E7278;
+extern const struct WindowConfig gWindowConfig_81E7294;
u8 GetExtCtrlCodeLength(u8 code);