RGBDS syntax updates (#358)

New MACRO and DEF syntax
This commit is contained in:
vulcandth 2022-06-06 16:25:31 -05:00 committed by GitHub
parent d7808d110f
commit 6b5be9129c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
101 changed files with 958 additions and 958 deletions

View file

@ -2,8 +2,8 @@ INCLUDE "constants.asm"
; These are all the asm constants needed to make the blue_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

View file

@ -2,8 +2,8 @@ INCLUDE "constants.asm"
; These are all the asm constants needed to make the red_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