diff options
author | YamaArashi <shadow962@live.com> | 2016-02-03 02:11:31 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-03 02:14:14 -0800 |
commit | 33005cef6bd2eb65b997423260ee94a987f076c4 (patch) | |
tree | c6d786512fa9efc1a558526b2f0af6c26837e52c /include/global.h | |
parent | d7894a90f4c355a9dd15d5fd7a3e739075103bba (diff) |
preliminary revision 2 support (fixing berry glitch)
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index 1747446f3..8987fdf6a 100644 --- a/include/global.h +++ b/include/global.h @@ -3,6 +3,10 @@ #include "gba/gba.h" +#ifndef REVISION +#define REVISION 0 +#endif + extern u8 gStringVar1[]; extern u8 gStringVar2[]; extern u8 gStringVar3[]; |