summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-19 13:29:07 -0600
committerGitHub <noreply@github.com>2018-11-19 13:29:07 -0600
commit6acf6aed0486d090bf4f8e731189b9d4ad07dadb (patch)
tree14944f58ff26ce5d59ed1383e9550a6215cbc83e /include/global.h
parent8f2ddf2997041bc813a32ac604002fcbb987e3a0 (diff)
parent58a1bba059a74203edb5d8819bf7af7e1171877a (diff)
Merge pull request #391 from DizzyEggg/frontier
Clean up bss/common/ewram symbols and decompile mossdeep
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/global.h b/include/global.h
index 3da68185f..cc8df049f 100644
--- a/include/global.h
+++ b/include/global.h
@@ -61,11 +61,6 @@
#define min(a, b) ((a) < (b) ? (a) : (b))
#define max(a, b) ((a) >= (b) ? (a) : (b))
-extern u8 gStringVar1[];
-extern u8 gStringVar2[];
-extern u8 gStringVar3[];
-extern u8 gStringVar4[];
-
// There are many quirks in the source code which have overarching behavioral differences from
// a number of other files. For example, diploma.c seems to declare rodata before each use while
// other files declare out of order and must be at the beginning. There are also a number of