summaryrefslogtreecommitdiff
path: root/constants/engine_flags.asm
AgeCommit message (Collapse)Author
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-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-18Updated signpost items and person_event flagsPikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-07-12Event and engine constant enumeration; replace static flag numbers with ↵PikalaxALT
their constant names
2015-07-10Fix mislabeled engine flags.IIMarckus
2015-06-23Remove trailing newlines.IIMarckus
2013-08-27engine flag constantsyenatch