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