mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 07:51:51 +00:00
Fix SECTION UNION alignment depending on piece order
This commit is contained in:
@@ -96,6 +96,7 @@ static void checkSectUnionCompat(Section &target, Section &other) {
|
||||
if (checkAgainstFixedAlign(target, other, other.alignOfs)) {
|
||||
target.isAlignFixed = true;
|
||||
target.alignMask = other.alignMask;
|
||||
target.alignOfs = other.alignOfs;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user