Skip to content

Commit

Permalink
move to start of line to fix label display issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Jun 8, 2019
1 parent 2ebd330 commit 4503ace
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/hooks.asm
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,17 @@ hook_show_labels:
call ti.PutMap
ld a,1
ld (ti.curCol),a
.backup:
call ti.BufLeft
jr z,.done
ld a,d
or a,a
jr nz,.backup
ld a,e
cp a,$3f
jr nz,.backup
call ti.BufRight
.done:
call ti.DispEOW
call ti.CursorOn
call ti.DrawStatusBar
Expand Down

0 comments on commit 4503ace

Please sign in to comment.