add 24x24 icon, clean up
This commit is contained in:
parent
92269857a5
commit
3181d664f0
BIN
kodiak.rom
BIN
kodiak.rom
Binary file not shown.
27
kodiak.tal
27
kodiak.tal
|
@ -101,14 +101,8 @@
|
|||
( author ) "by 20 "d_m 0a
|
||||
( version ) "version 20 "2 0a
|
||||
( date ) "7 20 "aug 20 "2024 00
|
||||
00
|
||||
|
||||
@icon-24x24
|
||||
00 00 03 02 00 01 01 01 03 07 07 07 03 03 06 06
|
||||
00 00 00 00 00 c3 c3 c3 00 81 81 ff ff ff bd bd
|
||||
00 00 c0 40 00 80 80 8e c0 e0 e0 e0 c0 c0 60 6e
|
||||
00 00 00 00 00 00 00 00 07 07 07 03 03 01 00 00
|
||||
( tbc... )
|
||||
01 ( 1 extended field )
|
||||
( icon ) 83 =icon-24
|
||||
|
||||
@setup-audio ( adsr* sample* slen* dur* vol^ dev^ -> )
|
||||
STHk #0e ORA DEO ( [dev^] ; <-vol )
|
||||
|
@ -421,9 +415,6 @@
|
|||
#0058 #00b4 audio-button-addr draw-button
|
||||
#0080 #00b4 ;about-button !draw-button
|
||||
|
||||
@draw-bear-normal ( -> )
|
||||
#00e8 #0098 ;sprites !draw-mouth
|
||||
|
||||
@draw-bear-smile ( -> )
|
||||
#00e8 #0098 ;sprites #00c0 ADD2 !draw-mouth
|
||||
|
||||
|
@ -1112,9 +1103,6 @@
|
|||
.Controller/button DEI .prev/button STZ
|
||||
BRK
|
||||
|
||||
@on-release ( -> )
|
||||
JMP2r
|
||||
|
||||
@on-press ( -> )
|
||||
.Controller/key DEI #0d EQU ?dump-state ( ; 0x0d: return )
|
||||
.Controller/key DEI #1b EQU ?reset ( ; 0x1b: esc )
|
||||
|
@ -1225,6 +1213,17 @@
|
|||
38 38 38 38 38 38 fe 6c 18 18 18 18 18 18 5a 24
|
||||
78 38 38 38 38 38 fe 6c 38 18 18 18 18 18 5a 24
|
||||
|
||||
@icon-24 ( 3x3 tiles )
|
||||
00 00 03 02 00 01 01 01 03 07 07 07 03 03 06 06
|
||||
00 00 00 00 00 c3 c3 c3 00 81 81 ff ff ff bd bd
|
||||
00 00 c0 40 00 80 80 8e c0 e0 e0 e0 c0 c0 60 6e
|
||||
00 00 00 00 00 00 00 00 07 07 07 03 03 01 00 00
|
||||
3c 18 00 18 00 00 00 00 ff ff ff ff ff ff ff ff
|
||||
01 08 04 00 00 00 00 00 ef ef ef cf cf 8f 0f 1f
|
||||
00 00 00 00 00 00 00 00 01 03 07 1f 3f 3f 7f 7f
|
||||
00 00 00 00 00 00 00 00 ff ff ff ff ff ff ff ff
|
||||
00 00 00 00 00 00 00 00 ff fe fe fc fc f8 f0 f0
|
||||
|
||||
@corner 00 00 00 1f 1f 18 18 18
|
||||
@vert 18 18 18 18 18 18 18 18
|
||||
@horiz 00 00 00 ff ff 00 00 00
|
||||
|
|
Loading…
Reference in New Issue