mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Merge pull request #125 from Ben10do/section-alignment
Implement byte alignment for data
This commit is contained in:
@@ -63,8 +63,10 @@ enum eSectionType {
|
||||
struct sSection {
|
||||
SLONG nBank;
|
||||
SLONG nOrg;
|
||||
SLONG nAlign;
|
||||
BBOOL oAssigned;
|
||||
|
||||
char *pzName;
|
||||
SLONG nByteSize;
|
||||
enum eSectionType Type;
|
||||
UBYTE *pData;
|
||||
|
||||
Reference in New Issue
Block a user