Fixing scrolling

This commit is contained in:
The Gears of Progress
2026-02-02 12:09:33 -05:00
parent 8b846a223b
commit 9106d459dd
2 changed files with 12 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ void reset_textbox()
{
tte_erase_rect(0, 0, H_MAX, V_MAX);
reload_textbox_background();
tte_set_pos(1 * 8, 14 * 8);
tte_set_pos(LEFT, TOP);
tte_set_margins(LEFT, TOP, RIGHT, BOTTOM);
}