Skip to content

Commit

Permalink
Fix left scrolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHarte committed Oct 31, 2024
1 parent 9833664 commit dfbd16d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.z80s
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ INC "generated/palette.z80s"
rra
jr nc, @+or_flags

ld bc, -3
ld bc, 3
add hl, bc

@or_flags:
Expand Down Expand Up @@ -431,6 +431,7 @@ INC "generated/palette.z80s"
ld hl, (@+map_address)
ld bc, -12
add hl, bc
ld (@+map_address), hl ; TODO: bounds check

ld hl, (@+diff_address)
ld bc, -3
Expand Down

0 comments on commit dfbd16d

Please sign in to comment.