mirror of
https://github.com/pret/pokered.git
synced 2026-09-11 11:15:18 -05:00
Use backwards-compatible EQU syntax for rgbdscheck.asm
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user