mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add section fragments
Fixes #517, and hopefully enables RGBDS as a SDCC back-end
This commit is contained in:
@@ -44,3 +44,9 @@ char const * const typeNames[] = {
|
||||
[SECTTYPE_OAM] = "OAM",
|
||||
[SECTTYPE_HRAM] = "HRAM"
|
||||
};
|
||||
|
||||
char const * const sectionModNames[] = {
|
||||
[SECTION_NORMAL] = "regular",
|
||||
[SECTION_UNION] = "union",
|
||||
[SECTION_FRAGMENT] = "fragment",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user