mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 00:34:58 -05:00
Modifying text_helper to not have static text sections
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_PKMN_NAMES_table());
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user