diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 17:16:01 +0100 |
commit | d22c2110de08e19618f51b0edec25bd840df58f1 (patch) | |
tree | e841d5492c8a152bf142820cea20ad720b53fa6f /include/global.h | |
parent | 6a5b20ee8ab122e0fd4cad454fe24fea4fbc7cf5 (diff) |
Decompile mossdeep hym
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
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 |