Use backwards-compatible EQU syntax for rgbdscheck.asm

Fixes #966
This commit is contained in:
Rangi 2022-06-30 21:29:51 -04:00
parent 39f2e3b685
commit f74ec1053e

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 "pokecrystal requires rgbds v0.5.2 or newer."