mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Use a single byte for alignment
This commit is contained in:
@@ -180,7 +180,7 @@ static void writesection(struct Section const *pSect, FILE *f)
|
||||
|
||||
fputlong(pSect->nOrg, f);
|
||||
fputlong(pSect->nBank, f);
|
||||
fputlong(pSect->nAlign, f);
|
||||
fputc(pSect->nAlign, f);
|
||||
|
||||
if (sect_HasData(pSect->nType)) {
|
||||
fwrite(pSect->tData, 1, pSect->size, f);
|
||||
|
||||
Reference in New Issue
Block a user