Use compound assignment operators

This commit is contained in:
Rangi 2021-11-23 20:56:57 -05:00
parent 64e2b66a61
commit 865d37e02a
8 changed files with 23 additions and 23 deletions

View file

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