Skip to content

Commit

Permalink
jr c only jumps when <, so I have to compensate
Browse files Browse the repository at this point in the history
  • Loading branch information
myclevorname authored Jan 29, 2024
1 parent 58df63c commit e83d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ce/getstringinput.src
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ _os_GetStringInput:
push hl ; save buf pointer
push ix
sub a,$F3 ; for lists? idk something is wrong with _PullDownChk
cp a,$FB-$F3
cp a,$FB-$F3+1
jr c,.sub_key
add a,$F3
jr .conv_key
Expand Down

0 comments on commit e83d2c4

Please sign in to comment.