Fixing sprite corruption and adding game pak sprite debug toggle

This commit is contained in:
The Gears of Progress
2025-05-25 13:00:07 -04:00
parent 868b23ba45
commit dd0dc20837
4 changed files with 6 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ void setup()
end_of_data = false;
create_textbox(0, 0, 80, 80, true);
tte_erase_screen();
//tte_erase_screen();
tte_set_pos(40, 24);
ptgb_write("\n\n\n Connecting to\n GameBoy");
}