summaryrefslogtreecommitdiff
path: root/macros/scripts/events.asm
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi
(#318)
2021-04-08Trim extra newlines from some filesRangi
2020-11-14Fix file modesdannye
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi
MACRO/ENDM, etc)
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi
by rgbds 0.4.0)
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.