mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
Use compound assignment operators
This commit is contained in:
parent
64e2b66a61
commit
865d37e02a
8 changed files with 23 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue