Fixed mouse2 picking

This commit is contained in:
Devine Lu Linvega 2024-02-11 13:43:03 -08:00
parent f6e5ec52fe
commit 683f8d9bcc
1 changed files with 3 additions and 3 deletions

View File

@ -127,10 +127,10 @@
( ) DUP #02 AND ?&top
( ) #04 AND ?&bottom
.layer LDZ
( ) DUP #00 EQU ?&top
( ) DUP #01 EQU ?&top
( ) #02 EQU ?&bottom
#0000 JMP2r
&top POP #0001 JMP2r
#0001 JMP2r
&top POP #0000 JMP2r
&bottom #0002 JMP2r
@<toggle-layer> ( -- )