Fix zealous comment consolidation on bugfix.h

This commit is contained in:
PikalaxALT 2024-09-10 00:15:20 -04:00
parent 0751af5280
commit 5932c80a62
No known key found for this signature in database
GPG Key ID: 7774E96AA69E5B61

View File

@ -3,12 +3,12 @@
// When setting the loto number ID, the high 16 bits are set to overwrite the
// low 16 bits, and the variable that's supposed to hold the high 16 bits is
// never written. Uncomment this to use the intended behavior. #define
// BUGFIX_LOTO_NUMBER_HI
// never written. Uncomment this to use the intended behavior.
// #define BUGFIX_LOTO_NUMBER_HI
// When checking your party against battle rules, the flag that bans Soul Dew
// uses the most significant bit of the total party level, however this is
// incorrectly checked. Uncomment this to use the intended behavior. #define
// BUGFIX_SOUL_DEW_BAN
// incorrectly checked. Uncomment this to use the intended behavior.
// #define BUGFIX_SOUL_DEW_BAN
#endif // POKEHEARTGOLD_CONSTANTS_BUGFIX_H