mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
Implement unionized sections in RGBLINK
This commit is contained in:
@@ -189,7 +189,7 @@ static void writesection(struct Section *pSect, FILE *f)
|
||||
|
||||
fputlong(pSect->size, f);
|
||||
|
||||
fputc(pSect->nType, f);
|
||||
fputc(pSect->nType | pSect->isUnion << 7, f);
|
||||
|
||||
fputlong(pSect->nOrg, f);
|
||||
fputlong(pSect->nBank, f);
|
||||
|
||||
Reference in New Issue
Block a user