From 9c14d3f8522acce0314a9e4304a56e973b112cc9 Mon Sep 17 00:00:00 2001 From: neauoire Date: Fri, 30 Sep 2022 19:14:11 -0700 Subject: [PATCH] Default in decimal --- src/cccc.tal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cccc.tal b/src/cccc.tal index 0f2a1b5..6d30fe3 100644 --- a/src/cccc.tal +++ b/src/cccc.tal @@ -28,7 +28,8 @@ #a0f8 .System/b DEO2 ;load-theme JSR2 - ( playdate size 0190 x 00f0 ) + ( frame size e0xf0 ) + ( playdate size 0190x00f0 ) #00e0 .Screen/width DEO2 #00f0 .Screen/height DEO2 @@ -39,6 +40,7 @@ #ff .Audio0/volume DEO ( TODO: turn ON ) #0001 .input/den STZ2 + #0101 .mode STZ2 ( initial draw ) ;redraw JSR2 -- 2.38.4