From c1ef7b75972fa4fbdf125bc85cc1a66f358151cd Mon Sep 17 00:00:00 2001 From: vulcandth Date: Mon, 6 Jun 2022 16:25:34 -0500 Subject: RGBDS syntax updates (#86) New MACRO and DEF syntax --- data/trainers/move_choices.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/trainers/move_choices.asm') diff --git a/data/trainers/move_choices.asm b/data/trainers/move_choices.asm index 4f694cce..e02381a8 100644 --- a/data/trainers/move_choices.asm +++ b/data/trainers/move_choices.asm @@ -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 -- cgit v1.3.1-sl0p