From 9466b25f94dec62055bf8b51266e8f929c7386ef Mon Sep 17 00:00:00 2001 From: Philip Linde Date: Sun, 6 Mar 2016 01:23:04 +0100 Subject: [PATCH] new for syntax --- jsumo.a | 2 +- player.a | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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