Merge branch 'master' of https://github.com/pret/pokeemerald into tx_debug_system

This commit is contained in:
TheXaman
2021-11-18 15:13:04 +01:00
2237 changed files with 147119 additions and 136307 deletions

View File

@@ -396,7 +396,7 @@ string generate_map_constants_text(string groups_filepath, Json groups_data) {
vector<int> map_count_vec; //DEBUG
for (auto &group : groups_data["group_order"].array_items()) {
text << "// Map Group " << group_num << "\n";
text << "// " << group.string_value() << "\n";
vector<Json> map_ids;
size_t max_length = 0; //DEBUG