rewrite word select table to support all versions

This commit is contained in:
Martin Michelsen
2023-12-30 00:48:20 -08:00
parent eea12d8d75
commit 818204a93f
22 changed files with 725 additions and 88 deletions
+1
View File
@@ -284,6 +284,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
void load_level_table();
void load_item_name_index();
void load_item_tables();
static std::shared_ptr<WordSelectTable> load_word_select_table_from_system();
void load_word_select_table();
void load_ep3_data();
void resolve_ep3_card_names();