diff options
author | YamaArashi <shadow962@live.com> | 2017-05-05 22:09:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-05 22:10:36 -0700 |
commit | e22b9c54f123d4443829b96948b4110d9379a816 (patch) | |
tree | 045e4049457cf8c40bcafcbacb7361f2eca7c58d /include/config.h | |
parent | 12ef81ae0df9f1ab1ae26f3f3e390495c781fdc2 (diff) |
decompile some pokemon functions
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 4afee1e49..205f53f16 100644 --- a/include/config.h +++ b/include/config.h @@ -23,6 +23,10 @@ #define BUGFIX_TRAINERAPPROACH #endif +#if (ENGLISH && REVISION >= 1) || GERMAN +#define BUGFIX_EVO_NAME +#endif + // Fixed in Emerald. // #define BUGFIX_SETMONIVS |