1 files changed, 2 insertions(+), 2 deletions(-)
M src/dexe.tal
M src/dexe.tal => src/dexe.tal +2 -2
@@ 996,8 996,8 @@ JMP2r
JMP2
-@move-up ( -- ) .selection/from LDZ2 #0008 SUB2 ;select JMP2
-@move-down ( -- ) .selection/from LDZ2 #0008 ADD2 ;select JMP2
+@move-up ( -- ) .selection/from LDZ2 #0010 SUB2 ;select JMP2
+@move-down ( -- ) .selection/from LDZ2 #0010 ADD2 ;select JMP2
@move-left ( -- ) .selection/from LDZ2 #0001 SUB2 ;select JMP2
@move-right ( -- ) .selection/from LDZ2 INC2 ;select JMP2
@move-dech ( -- ) .selection/to LDZ2 #0008 SUB2 ;select-until JMP2