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

@@ -2,8 +2,8 @@ INCLUDE "constants.asm"
; These are all the asm constants needed to make the crystal11_vc patch.
vc_const: MACRO
x = \1
MACRO vc_const
DEF x = \1
println "00:{04x:x} \1" ; same format as rgblink's .sym file
ENDM