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,6 +1,6 @@
; Characteristics of each move.
move: MACRO
MACRO move
db \1 ; animation
db \2 ; effect
db \3 ; power

View File

@@ -18,7 +18,7 @@ endr
assert_table_length NUM_TMS + NUM_HMS
; Move tutors
n = 1
DEF n = 1
for n, 1, NUM_TUTORS + 1
db MT{02d:n}_MOVE
endr