Skip to content

Commit

Permalink
Ensure Alignment for Map Events (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurausukun authored Nov 21, 2023
1 parent 2d8c81e commit 7df4038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mapjson/mapjson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ string generate_map_events_text(Json map_data) {

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;

Expand Down

0 comments on commit 7df4038

Please sign in to comment.