Use backwards-compatible EQU syntax for rgbdscheck.asm

This commit is contained in:
Rangi 2022-06-30 21:29:56 -04:00
parent fcd6e5a1b2
commit 5d8da0dc54

View file

@ -1,6 +1,6 @@
DEF MAJOR EQU 0
DEF MINOR EQU 5
DEF PATCH EQU 2
MAJOR EQU 0
MINOR EQU 5
PATCH EQU 2
MACRO wrong_rgbds
fail "pokered requires rgbds v0.5.2 or newer."