Skip to content

Commit

Permalink
Display of HELP output is cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Apr 26, 2021
1 parent ef09743 commit e379437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.z80
Original file line number Diff line number Diff line change
Expand Up @@ -1173,12 +1173,14 @@ help_func_loop: ; copy the command-name to the buffer
inc hl
ld a, 0x0d
ld (hl),a
inc hl
ld a, '$'
ld (hl),a
push de
ld a,(de)
cp 1
jr z, help_skip_this
call show_tab
ld de, tmp_buffer
ld c, BDOS_OUTPUT_STRING
call BDOS_ENTRY_POINT
Expand Down

0 comments on commit e379437

Please sign in to comment.