Skip to content

Commit

Permalink
new for syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
boomlinde committed Mar 6, 2016
1 parent fcc8cbd commit 9466b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsumo.a
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

+PAL

!macro nopn .repeat { !for .i, .repeat { nop } }
!macro nopn .repeat { !for .i, 1, .repeat { nop } }

MUSIC_SPEED = 16

Expand Down
2 changes: 1 addition & 1 deletion player.a
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
player
!byte %00111100
!for i, 248 { !byte 0 }
!for i, 1, 248 { !byte 0 }
!byte %11100111
!byte %01000010
!byte %11111111
Expand Down

0 comments on commit 9466b25

Please sign in to comment.