diff options
author | YamaArashi <shadow962@live.com> | 2016-12-29 13:48:52 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-29 13:50:44 -0800 |
commit | 97aecd23b88060691bbfb7fcb36b7c3c88c254d2 (patch) | |
tree | 5ea692ba362f6e22fe424cc80052e968179fe1b9 /include/config.h | |
parent | 0fdd18516ba5c7b61e31fbf3a729e5549b33a259 (diff) |
more bugfix ifdefs
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 22f5647c3..65f176e19 100644 --- a/include/config.h +++ b/include/config.h @@ -9,6 +9,11 @@ #define BUGFIX_BERRY #endif +#if REVISION >= 1 +#define BUGFIX_GLYPHWIDTH +#define BUGFIX_SAVEFAILEDSCREEN +#endif + // European editions of Ruby/Sapphire and all editions of Emerald have this fix. // #define BUGFIX_TRAINERAPPROACH |