mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 23:23:43 +01:00
whitspace changes, removed wrong comment
This commit is contained in:
parent
b4b3e84cbd
commit
13cc640b78
@ -762,7 +762,7 @@ static bool8 StartMenuDebugCallback(void)
|
|||||||
|
|
||||||
#if DEBUG_SYSTEM_ENABLE == TRUE
|
#if DEBUG_SYSTEM_ENABLE == TRUE
|
||||||
Debug_ShowMainMenu();
|
Debug_ShowMainMenu();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
@ -398,8 +398,8 @@ string generate_map_constants_text(string groups_filepath, Json groups_data) {
|
|||||||
for (auto &group : groups_data["group_order"].array_items()) {
|
for (auto &group : groups_data["group_order"].array_items()) {
|
||||||
text << "// " << group.string_value() << "\n";
|
text << "// " << group.string_value() << "\n";
|
||||||
vector<Json> map_ids;
|
vector<Json> map_ids;
|
||||||
|
size_t max_length = 0;
|
||||||
|
|
||||||
size_t max_length = 0; //DEBUG
|
|
||||||
int map_count = 0; //DEBUG
|
int map_count = 0; //DEBUG
|
||||||
|
|
||||||
for (auto &map_name : groups_data[group.string_value()].array_items()) {
|
for (auto &map_name : groups_data[group.string_value()].array_items()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user