mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement SRAM sections.
This commit is contained in:
@@ -54,7 +54,8 @@ enum eSectionType {
|
||||
SECT_CODE,
|
||||
SECT_HOME,
|
||||
SECT_HRAM,
|
||||
SECT_WRAMX
|
||||
SECT_WRAMX,
|
||||
SECT_SRAM
|
||||
};
|
||||
|
||||
struct sSection {
|
||||
|
||||
Reference in New Issue
Block a user