mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Remove unnecessary version check
This commit is contained in:
parent
de56e400ff
commit
c29cf5a5e5
@ -371,10 +371,7 @@ string generate_groups_text(Json groups_data) {
|
||||
text << "\n";
|
||||
}
|
||||
|
||||
if (version != "firered")
|
||||
text << "\t.align 2\n";
|
||||
|
||||
text << "gMapGroups::\n";
|
||||
text << "\t.align 2\n" << "gMapGroups::\n";
|
||||
for (auto &group : groups_data["group_order"].array_items())
|
||||
text << "\t.4byte " << json_to_string(group) << "\n";
|
||||
text << "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user