summaryrefslogtreecommitdiff
path: root/include/config.h
AgeCommit message (Collapse)Author
2020-12-13BUGFIX implies UBFIXGriffinR
2020-12-12Use BUGFIX for some inline fixesGriffinR
2020-07-05fix aggressive loop optimizationsMichael Panzlaff
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror.
2018-01-08nocashgba printfProjectRevoTPP
2018-01-07NDEBUG which is supposed to be NDEBUG...ProjectRevoTPP
2018-01-06consistencyProjectRevoTPP
2018-01-06add assert support to pokeemerald.ProjectRevoTPP
2017-09-08port pokemon size recordDizzyEggg