aboutsummaryrefslogtreecommitdiffstats
path: root/rgbdscheck.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require rgbds 0.5.1Rangi2021-05-091-2/+2
| | | | This allows new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
* Use rgbds 0.5.0 features:Rangi2021-04-171-6/+10
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Update rgbdscheck.asmRangi2020-12-091-5/+7
| | | | Hard-code the version string in the failure message so it won't be in hex
* rgbdscheck requires 0.4.1Rangi2020-07-271-2/+2
|
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-3/+3
| | | | MACRO/ENDM, etc)
* Verify that rgbds is at least verson 0.4.0Rangi2020-07-041-0/+12
Adapt the INSTALL guide from pokecrystal.