RGBDS syntax updates (#905)

New MACRO and DEF syntax
This commit is contained in:
vulcandth
2022-06-06 16:25:42 -05:00
committed by GitHub
parent a4d346cc8c
commit 3648afda16
179 changed files with 2546 additions and 2545 deletions

View File

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