Add file options menu

This commit is contained in:
Such Meme, Many Skill
2019-12-01 20:31:17 +01:00
parent 3abb52c962
commit 65f38ba459
4 changed files with 89 additions and 15 deletions

View File

@@ -231,6 +231,8 @@ void gfx_putc(char c)
gfx_con.x = 672;
else if (c == '\a')
gfx_con.x = 608;
else if (c == '\r')
gfx_con.x = 0;
break;
case 8: