aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/events.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-17Use rgbds 0.5.0 features:Rangi1-4/+4
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi1-22/+0
(#318)
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2020-11-14Fix file modesdannye1-0/+0
2020-07-07Sync coordinate macros with pokecrystalRangi1-2/+2
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi1-4/+4
MACRO/ENDM, etc)
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi1-6/+6
by rgbds 0.4.0)
2020-07-03Organize macros/ like pokecrystalRangi1-30/+60
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2016-07-31Split macros.asmdannye1-0/+0
2016-06-11crlf to lfYamaArashi1-441/+441
2015-09-04Rewrite SetEvents and ResetEvents for unlimited number of eventsPikalaxALT1-9/+7
2015-07-21named most of the used eventsYamaArashi1-3/+21
2015-07-20move event macros to separate fileYamaArashi1-0/+425