diff options
| author | YamaArashi <shadow962@live.com> | 2017-05-05 16:46:59 -0700 | 
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2017-05-05 16:46:59 -0700 | 
| commit | 084dc5134cedbb7e1b2ae280ecbcb3884993a7be (patch) | |
| tree | b784dda8c415b7ca25835582c14640322505c044 /include | |
| parent | 9c41a78a1a1635ff891d7384f3a437c2bf43809e (diff) | |
some German differences
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/include/config.h b/include/config.h index 5ee062006..4afee1e49 100644 --- a/include/config.h +++ b/include/config.h @@ -5,19 +5,23 @@  #define REVISION 0  #endif -#if REVISION == 2 +#if (ENGLISH && REVISION == 2) || (GERMAN && REVISION == 1)  #define BUGFIX_BERRY  #endif -#if REVISION >= 1 +#if (ENGLISH && REVISION >= 1) || GERMAN  #define BUGFIX_GLYPHWIDTH  #define BUGFIX_SAVEFAILEDSCREEN1  #endif -// #define BUGFIX_SAVEFAILEDSCREEN2 +#if GERMAN +#define BUGFIX_SAVEFAILEDSCREEN2 +#endif  // European editions of Ruby/Sapphire and all editions of Emerald have this fix. -// #define BUGFIX_TRAINERAPPROACH +#if GERMAN +#define BUGFIX_TRAINERAPPROACH +#endif  // Fixed in Emerald.  // #define BUGFIX_SETMONIVS | 
