summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-19 17:16:01 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-19 17:16:01 +0100
commitd22c2110de08e19618f51b0edec25bd840df58f1 (patch)
treee841d5492c8a152bf142820cea20ad720b53fa6f /include/global.h
parent6a5b20ee8ab122e0fd4cad454fe24fea4fbc7cf5 (diff)
Decompile mossdeep hym
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