Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-deng committed Jan 14, 2024
1 parent f595ec9 commit dacc9cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BASIC/HANZI-3.BAS
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DEF SEG = VARSEG(BITMAP(0)): BSAVE "LOVE0.PIC",VARPTR(BITMAP(0)),IMGSIZE: DEF SE
GET (FONTW,0)-(FONTW+FONTW-1,FONTH*2-1),BITMAP(0)
DEF SEG = VARSEG(BITMAP(0)): BSAVE "LOVE1.PIC",VARPTR(BITMAP(0)),IMGSIZE: DEF SEG
GET (FONTW*2,0)-(FONTW*2+119,139),BITMAP(0)
DATASIZE=((119*2+7)\8)*139+4
DATASIZE=((119*2+7)\8)*140+4
DEF SEG=VARSEG(BITMAP(0)): BSAVE "POEM0.PIC",VARPTR(BITMAP(0)),DATASIZE: DEF SEG
WHILE INPUT$(1) = "": WEND
Expand Down
Binary file modified BASIC/POEM0.PIC
Binary file not shown.

0 comments on commit dacc9cc

Please sign in to comment.