diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-17 08:11:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 08:11:32 -0800 |
commit | 90c7299e519783fe1e22d9ec8d3351d08bda65f6 (patch) | |
tree | b24d8bdcd6809c5465c6aa18f6d3109af2aad915 /include/global.h | |
parent | 4f9aab81ffdfedc84dfeafb88b4248dc6c7c2068 (diff) | |
parent | 46cf490edd4fd5971d3a3511516beb0910e33c32 (diff) |
Merge pull request #193 from marijnvdwerf/clean/cleanup-1
Clean up various things
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 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, |