aboutsummaryrefslogtreecommitdiffstats
path: root/macros/asserts.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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