mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-12 04:08:15 -05:00
Merge branch 'master' of https://github.com/pret/pokeemerald into tx_debug_system
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user