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

@@ -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_PKMN_NAMES_table());
while (true)
{