Browse Source

Use #0000 for blank vector

main
Devine Lu Linvega 3 years ago
parent
commit
41c5482972
  1. 8
      src/nasu.tal

8
src/nasu.tal

@ -121,7 +121,7 @@ BRK
@untrap ( -- )
;on-frame .Screen/vector DEO2
#0000 .Screen/vector DEO2
;on-button .Controller/vector DEO2
;on-mouse .Mouse/vector DEO2
#01 ;draw-filepath JSR2
@ -190,12 +190,6 @@ JMP2r
BRK
@on-frame ( -> )
( inactive )
BRK
@on-frame-trap ( -> )
.state/timer LDZ

Loading…
Cancel
Save