Sync missing alignment from pokefirered
This commit is contained in:
parent
9e22bf1af4
commit
d9b824db3f
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ string generate_map_events_text(Json map_data) {
|
||||||
|
|
||||||
string mapName = json_to_string(map_data, "name");
|
string mapName = json_to_string(map_data, "name");
|
||||||
|
|
||||||
text << "@\n@ DO NOT MODIFY THIS FILE! It is auto-generated from data/maps/" << mapName << "/map.json\n@\n\n";
|
text << "@\n@ DO NOT MODIFY THIS FILE! It is auto-generated from data/maps/" << mapName << "/map.json\n@\n\n\t.align 2\n\n";
|
||||||
|
|
||||||
string objects_label, warps_label, coords_label, bgs_label;
|
string objects_label, warps_label, coords_label, bgs_label;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue