Merge branch 'master' of github.com:rednex/rgbds into overlay

This commit is contained in:
Sanqui
2017-03-02 22:46:19 +01:00
7 changed files with 216 additions and 193 deletions

View File

@@ -64,8 +64,10 @@ enum eSectionType {
struct sSection {
SLONG nBank;
SLONG nOrg;
SLONG nAlign;
BBOOL oAssigned;
char *pzName;
SLONG nByteSize;
enum eSectionType Type;
UBYTE *pData;