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

@@ -36,7 +36,7 @@ int Box_Menu::box_main(PokeBox* box)
obj_unhide(box_select, 0);
int index = 0;
PKMN_NAMES.decompress(get_compressed_PKMN_NAMES_table());
PKMN_NAMES.decompress(get_compressed_text_table(PKMN_NAMES_INDEX));
while (true)
{