aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/events.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
|
* Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-161-1/+5
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-69/+69
| | | New MACRO and DEF syntax
* Use compound assignment operatorsRangi2021-11-231-6/+6
|
* Use rgbds 0.5.0 features:Rangi2021-04-171-4/+4
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* The 'def_trainers' macro checks that trainers' event flag bits are correct ↵Rangi2021-04-131-22/+0
| | | | (#318)
* Trim extra newlines from some filesRangi2021-04-081-1/+0
|
* Fix file modesdannye2020-11-141-0/+0
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-2/+2
|
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-4/+4
| | | | MACRO/ENDM, etc)
* Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-041-6/+6
| | | | by rgbds 0.4.0)
* Organize macros/ like pokecrystalRangi2020-07-031-0/+471
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.