aboutsummaryrefslogtreecommitdiffstats
path: root/macros/asserts.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass redundant label names to `nybble_array` and `bit_array`Rangi2026-03-301-13/+3
|
* Specify a max item length for `list_start` (#552)Rangi2025-12-151-4/+14
|
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-24/+20
|
* Say how many bytes the assertion macros expected vs gotRangi422025-08-131-14/+20
|
* Simplify `li` macroRangi422025-06-111-1/+1
|
* Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-101-1/+1
|
* Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-12/+23
|
* Use constant in wram for hidden item flags (#445)Vortyne2024-05-051-0/+6
| | | Prevents defining more hidden items than the flag array has room for
* RGBDS syntax updates (#358)vulcandth2022-06-061-86/+86
| | | New MACRO and DEF syntax
* Use compound assignment operatorsRangi2021-11-231-4/+4
|
* Improve some RAM formattingRangi2021-05-311-4/+4
|
* Use macros for bit arraysRangi2021-05-231-0/+35
|
* Fix end_nybble_arrayRangi2021-05-231-1/+1
|
* Use macros for packed arrays of nybblesRangi2021-05-231-0/+35
|
* Use rgbds 0.5.0 features:Rangi2021-04-171-27/+15
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Verify data table and name list sizes with assertion macrosRangi2021-03-251-0/+87
Fixes #312