Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-04-04 | Move, comment, and simplify some macro definitions | Rangi | |
2020-03-21 | Miscellaneous fixes from #694 | Rangi | |
2019-05-25 | Define appropriate constants as EQU | mid-kid | |
These constants are defined only once and shouldn't be redefined anyway. | |||
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
2018-01-31 | const_def N | Rangi | |
2018-01-10 | Specialized macros go with their data/code | Remy Oukaour | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2015-10-30 | Enumerate text constants | PikalaxALT | |
2015-07-25 | Macro update, roam mon annotations | PikalaxALT | |
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags. | |||
2015-07-13 | Replace EVENT_ALWAYS_THERE with -1 | PikalaxALT | |
2015-04-13 | Add a macro for enumeration. | yenatch | |
"enum" is like "const" but uses variables instead. This might not be desired. It has been moved to the top of macros.asm so that included macros can be enumerated. |