Skip to content

Commit bb9590d

Browse files
Fixed COLOUR palette cycling
1 parent f325359 commit bb9590d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/fireworks.bas

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
130 O=3:C=2:P=1
1414
140 REPEAT
1515
150 *FX19
16-
160 COLOUR C,&C0,0,0
17-
170 COLOUR P,&C0,&40,0
18-
180 COLOUR O,0,0,0
16+
160 COLOUR C,9
17+
170 COLOUR P,1
18+
180 COLOUR O,0
1919
190 O=P:P=C:C=1+(C MOD15)
2020
200 UNTIL FALSE

0 commit comments

Comments
 (0)