aboutsummaryrefslogtreecommitdiffstats
path: root/rgbdscheck.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-4/+4
|
* Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi2025-07-021-3/+3
|
* Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-101-3/+3
|
* Use RGBDS 0.9.0 (#482)Rangi2024-12-251-3/+3
|
* Update to RGBDS 0.7.0 (#447)Rangi2024-01-031-13/+3
|
* Require rgbds 0.6.0Rangi2022-10-021-7/+5
|
* Use backwards-compatible EQU syntax for rgbdscheck.asmRangi2022-06-301-3/+3
|
* RGBDS syntax updates (#358)vulcandth2022-06-061-4/+4
| | | New MACRO and DEF syntax
* Require rgbds 0.5.2Rangi2021-11-231-2/+2
|
* 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.