Modifying text_helper to not have static text sections

This commit is contained in:
The Gears of Progress
2026-01-11 15:02:16 -05:00
parent adc48f2bd6
commit 1055094ab9
10 changed files with 272 additions and 318 deletions

View File

@@ -27,7 +27,7 @@ static void __attribute__((noinline)) show_pulled_cart_error()
u8 general_text_table_buffer[2048];
text_data_table general_text(general_text_table_buffer);
general_text.decompress(get_compressed_general_table());
general_text.decompress(get_compressed_GENERAL_table());
ptgb_write(general_text.get_text_entry(GENERAL_pulled_cart_error), true);
}