mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 08:45:16 -05:00
Modifying decompression function to be based on indexes
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user