Updating text engine backend

This commit is contained in:
GearsProgress
2026-03-18 22:55:38 -04:00
parent 1f29379810
commit a7ebcd06fe
13 changed files with 117 additions and 180 deletions

View File

@@ -106,7 +106,7 @@ void print_mem_section()
out[0] = get_char_from_charset(charset, mem_name);
out[1] = get_char_from_charset(charset, '-');
out[2] = get_char_from_charset(charset, mem_id + 0xA1); // Kinda a dumb way to
tte_set_pos(0, 0);
//tte_set_pos(0, 0);
ptgb_write_simple(out, true);
*/
}
@@ -153,7 +153,7 @@ bool read_flag(u16 flag_id)
{
if (false)
{
tte_set_pos(0, 0);
//tte_set_pos(0, 0);
tte_write("#{cx:0xD000}Attempting to read byte ");
tte_write(ptgb::to_string((curr_GBA_rom.offset_flags + (flag_id / 8)) % 0xF80));
tte_write(" of memory section ");