aboutsummaryrefslogtreecommitdiffstats
path: root/macros/const.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-8/+8
|
* Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-111-0/+5
|
* Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-131-0/+5
| | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* RGBDS syntax updates (#358)vulcandth2022-06-061-35/+35
| | | New MACRO and DEF syntax
* Use compound assignment operatorsRangi2021-11-231-5/+5
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+8
| | | | Fixes #312
* Use const_skip and const_next macros for brevityRangi2020-07-091-0/+16
|
* Eliminate enum: use const instead, with case-by-case parallel const ↵Rangi2020-07-091-0/+24
implementations