Use backwards-compatible EQU syntax for rgbdscheck.asm

This commit is contained in:
Rangi
2022-06-30 21:29:47 -04:00
parent d3af9bd2e4
commit ef95ffd08b

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