From 33005cef6bd2eb65b997423260ee94a987f076c4 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 3 Feb 2016 02:11:31 -0800 Subject: preliminary revision 2 support (fixing berry glitch) --- include/global.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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[]; -- cgit v1.2.3