summaryrefslogtreecommitdiff
path: root/macros/enum.asm
AgeCommit message (Collapse)Author
2018-01-31const_def NRangi
2018-01-10Specialized macros go with their data/codeRemy Oukaour
2017-12-28endm -> ENDMxCrystal
2017-12-28Uppercase MACRO and EQU(S) according to the style guidexCrystal
2015-10-30Enumerate text constantsPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
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-13Replace EVENT_ALWAYS_THERE with -1PikalaxALT
2015-04-13Add 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.