Modifying decompression function to be based on indexes

This commit is contained in:
The Gears of Progress
2026-01-11 17:09:30 -05:00
parent 1055094ab9
commit 2482bb486b
10 changed files with 40 additions and 25 deletions

View File

@@ -106,7 +106,7 @@ void Select_Menu::show_menu()
{
u8 decompression_buffer[2048];
text_data_table text_data(decompression_buffer);
text_data.decompress(get_compressed_GENERAL_table());
text_data.decompress(get_compressed_text_table(GENERAL_INDEX));
add_menu_box(menu_options.size(), startTileX, startTileY);
for (unsigned int i = 0; i < menu_options.size(); i++)