From b42f5c0f7fc9ac0161a6b6e2d764911ef375d040 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Thu, 29 Dec 2016 13:13:07 -0800 Subject: use BUGFIX ifdefs --- include/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/config.h (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h new file mode 100644 index 000000000..251cbc6c2 --- /dev/null +++ b/include/config.h @@ -0,0 +1,15 @@ +#ifndef GUARD_CONFIG_H +#define GUARD_CONFIG_H + +#ifndef REVISION +#define REVISION 0 +#endif + +#if REVISION == 2 +#define BUGFIX_BERRY +#endif + +// European editions of Ruby/Sapphire and all editions of Emerald have this fix. +// #define BUGFIX_TRAINERAPPROACH + +#endif // GUARD_CONFIG_H -- cgit v1.2.3