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