aboutsummaryrefslogtreecommitdiffstats
path: root/macros/scripts/events.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-1/+1
|\
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-1/+5
|\|
| * Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-161-1/+5
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-061-69/+69
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-79/+79
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-6/+6
|\|
| * Use compound assignment operatorsRangi2021-11-231-6/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-4/+4
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-4/+4
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-131-22/+0
|\|
| * 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.
* Trim extra newlines from some filesRangi2021-04-081-1/+0
|
* Sync more with pokeredRangi2020-11-061-7/+7
|
* Sync with pokereddannye2020-11-041-0/+532