commit f00ee8c80e3d36354734f63fc2a22accac51081a
parent 786fd90a630f78750c2b68aae6c8dd6e4f2fcdc6
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date: Sat, 21 Aug 2021 21:58:01 +0100
Updated neralie for 1bpp ports
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/projects/examples/demos/neralie.tal b/projects/examples/demos/neralie.tal
@@ -30,7 +30,7 @@
|0100
- ( theme ) #03fd .System/r DEO2 #0ef3 .System/g DEO2 #0bf2 .System/b DEO2
+ ( theme ) #0f3d .System/r DEO2 #0fe3 .System/g DEO2 #0fb2 .System/b DEO2
( vectors ) ;on-screen .Screen/vector DEO2
#01 .fps/current STZ
@@ -40,7 +40,7 @@
DUP2 .Screen/width DEI2 SWP2 SUB2 #0001 SUB2 .lines/x2 STZ2
.Screen/height DEI2 SWP2 SUB2 .lines/y2 STZ2
- #02 .neralie/color STZ
+ #01 .neralie/color STZ
.lines/x1 LDZ2 .lines/x2 LDZ2
OVR2 OVR2 .lines/y1 LDZ2 ;h JSR2
.lines/y2 LDZ2 ;h JSR2
@@ -53,13 +53,13 @@
#00 .neralie/color STZ
;neralie-lines JSR2
;neralie-calc JSR2
- #02 .neralie/color STZ
+ #01 .neralie/color STZ
;arvelie-text JSR2
;neralie-text JSR2
;neralie-lines JSR2
BRK
- #02 .Screen/sprite DEO
+ #01 .Screen/sprite DEO
#0000 #00 .number/count LDZ DUP2 ;h JSR2
.number/count LDZ #01 ADD .number/count STZ