You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use compound assignment operators
This commit is contained in:
@@ -9,7 +9,7 @@ rept _NARG - 1
|
||||
shift
|
||||
endr
|
||||
db 0
|
||||
list_index = list_index + 1
|
||||
list_index += 1
|
||||
ENDM
|
||||
|
||||
RoamMaps:
|
||||
|
Reference in New Issue
Block a user