diff --git a/jsumo.a b/jsumo.a index b4c485c..734b6d7 100644 --- a/jsumo.a +++ b/jsumo.a @@ -4,7 +4,7 @@ +PAL -!macro nopn .repeat { !for .i, .repeat { nop } } +!macro nopn .repeat { !for .i, 1, .repeat { nop } } MUSIC_SPEED = 16 diff --git a/player.a b/player.a index 2e75de9..2fbf29e 100644 --- a/player.a +++ b/player.a @@ -1,6 +1,6 @@ player !byte %00111100 -!for i, 248 { !byte 0 } +!for i, 1, 248 { !byte 0 } !byte %11100111 !byte %01000010 !byte %11111111