Browse code

Write the color on RESET

neauoire authored on 28/03/2021 18:02:11
Showing 1 changed files
... ...
@@ -48,7 +48,7 @@
48 48
 |0140 ;Keys { key 1 }
49 49
 |0150 ;Mouse { x 2 y 2 state 1 chord 1 }
50 50
 |0160 ;File { pad 8 name 2 length 2 load 2 save 2 }
51
-|01F8 [ ed0f 3d0f 3d0f ]   ( palette )
51
+|01F0 ;System { pad 8 r 2 g 2 b 2 }
52 52
 
53 53
 |0200 ,RESET JMP2
54 54
 |0204 ,ERROR JMP2
... ...
@@ -58,6 +58,8 @@
58 58
 
59 59
 @RESET
60 60
 	
61
+	( theme ) #ed0f =System.r #3d0f =System.g #3d0f =System.b
62
+
61 63
 	( load file )
62 64
 	,filepath ,load-file JSR2
63 65
 	( place textarea )