diff options
author | YamaArashi <shadow962@live.com> | 2016-12-29 13:31:25 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-29 13:31:25 -0800 |
commit | 4f4b6a3f5b6a205eed811fe8f0371ac2a2b27fc9 (patch) | |
tree | 6c50d3929dcb9fd1dca2ca96ebdf99396b8c317b /include/config.h | |
parent | b42f5c0f7fc9ac0161a6b6e2d764911ef375d040 (diff) |
add conditional bugfix for setting mon IVs
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 251cbc6c2..22f5647c3 100644 --- a/include/config.h +++ b/include/config.h @@ -12,4 +12,7 @@ // European editions of Ruby/Sapphire and all editions of Emerald have this fix. // #define BUGFIX_TRAINERAPPROACH +// Fixed in Emerald. +// #define BUGFIX_SETMONIVS + #endif // GUARD_CONFIG_H |