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

@ -1,9 +1,9 @@
move_choices: MACRO
MACRO move_choices
IF _NARG
db \# ; all args
ENDC
db 0 ; end
list_index += 1
DEF list_index += 1
ENDM
; move choice modification methods that are applied for each trainer class

View file

@ -1,4 +1,4 @@
pic_money: MACRO
MACRO pic_money
dw \1
bcd3 \2
ENDM