mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-30 08:30:54 +00:00
Fix zealous comment consolidation on bugfix.h
This commit is contained in:
parent
0751af5280
commit
5932c80a62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user