mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Align the "; Next union/fragment" comments with their symbols
This commit is contained in:
@@ -469,9 +469,11 @@ static uint16_t writeMapBank(struct SortedSections const *sectList,
|
|||||||
if (sect->nextu) {
|
if (sect->nextu) {
|
||||||
// Announce the following "piece"
|
// Announce the following "piece"
|
||||||
if (sect->nextu->modifier == SECTION_UNION)
|
if (sect->nextu->modifier == SECTION_UNION)
|
||||||
fprintf(mapFile, "\t\t; Next union\n");
|
fprintf(mapFile,
|
||||||
|
"\t ; Next union\n");
|
||||||
else if (sect->nextu->modifier == SECTION_FRAGMENT)
|
else if (sect->nextu->modifier == SECTION_FRAGMENT)
|
||||||
fprintf(mapFile, "\t\t; Next fragment\n");
|
fprintf(mapFile,
|
||||||
|
"\t ; Next fragment\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
sect = sect->nextu; // Also print symbols in the following "pieces"
|
sect = sect->nextu; // Also print symbols in the following "pieces"
|
||||||
|
|||||||
Reference in New Issue
Block a user