summaryrefslogtreecommitdiff
path: root/constants/sfx_constants.asm
AgeCommit message (Collapse)Author
2016-01-27Fix marts using hard-coded bank numberPikalaxALT
2015-12-13PackPikalaxALT
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-18Trainer data structure and field move functionsPikalaxALT
Trainer data in map scripts is now a macro-defined structure. Field move functions in main.asm are now nearly completely annotated, with local references. Trailing white space deleted.
2015-07-13Enumerate various constantsPikalaxALT
2015-06-23Remove trailing newlines.IIMarckus
2013-11-07split sfx constants out of music constantsyenatch