Browse Source

Colorize blendview x/y icons

main
neauoire 4 years ago
parent
commit
a54e9a2061
  1. 10
      src/main.tal

10
src/main.tal

@ -1103,13 +1103,15 @@ RTN
( x )
.blendview/x1 LDZ2 #0010 ++ .Screen/x DEO2
.blendview/y1 LDZ2 #0021 ++ .Screen/y DEO2
;flipx-icns .settings/blend LDZ #10 AND #00 ! TOS 8** ++ .Screen/addr DEO2
#01 .Screen/sprite DEO
.settings/blend LDZ #10 AND #00 ! STH
;flipx-icns STHkr TOS 8** ++ .Screen/addr DEO2
#03 STHr - .Screen/sprite DEO
( x )
.blendview/x1 LDZ2 #0018 ++ .Screen/x DEO2
.blendview/y1 LDZ2 #0021 ++ .Screen/y DEO2
;flipy-icns .settings/blend LDZ #20 AND #00 ! TOS 8** ++ .Screen/addr DEO2
#01 .Screen/sprite DEO
.settings/blend LDZ #20 AND #00 ! STH
;flipy-icns STHkr TOS 8** ++ .Screen/addr DEO2
#03 STHr - .Screen/sprite DEO
RTN

Loading…
Cancel
Save