diff options
author | YamaArashi <shadow962@live.com> | 2016-12-29 15:16:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-29 15:16:03 -0800 |
commit | 47f0942e21381b871d95a9e4e25c9ddd810c542f (patch) | |
tree | 6ea81654be4d7ef7958cc42dd2b75ce5e552d2d6 /include/config.h | |
parent | 97aecd23b88060691bbfb7fcb36b7c3c88c254d2 (diff) |
second save_failed_screen.c bugfix
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index 65f176e19..5ee062006 100644 --- a/include/config.h +++ b/include/config.h @@ -11,9 +11,11 @@ #if REVISION >= 1 #define BUGFIX_GLYPHWIDTH -#define BUGFIX_SAVEFAILEDSCREEN +#define BUGFIX_SAVEFAILEDSCREEN1 #endif +// #define BUGFIX_SAVEFAILEDSCREEN2 + // European editions of Ruby/Sapphire and all editions of Emerald have this fix. // #define BUGFIX_TRAINERAPPROACH |