aboutsummaryrefslogtreecommitdiffstats
path: root/rgbdscheck.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-4/+4
2025-07-02Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi1-3/+3
2025-05-10Use features new to RGBDS 0.9.2 (#506)Rangi1-3/+3
2024-12-25Use RGBDS 0.9.0 (#123)Rangi1-3/+3
2024-12-25Use RGBDS 0.9.0 (#482)Rangi1-3/+3
2024-01-03Update to RGBDS 0.7.0 (#447)Rangi1-13/+3
2022-10-02Require rgbds 0.6.0Rangi1-7/+5
2022-06-30Use backwards-compatible EQU syntax for rgbdscheck.asmRangi1-3/+3
2022-06-30Use backwards-compatible EQU syntax for rgbdscheck.asmRangi1-3/+3
2022-06-06RGBDS syntax updates (#86)vulcandth1-4/+4
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth1-4/+4
New MACRO and DEF syntax
2021-11-23Require rgbds 0.5.2Rangi1-2/+2
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-20pokered -> pokeyellowRangi1-1/+1
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-11-04Sync with pokereddannye1-0/+12
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.