mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +00:00
Implement SRAM sections.
This commit is contained in:
@@ -100,7 +100,8 @@ enum {
|
||||
SECT_CODE,
|
||||
SECT_HOME,
|
||||
SECT_HRAM,
|
||||
SECT_WRAMX
|
||||
SECT_WRAMX,
|
||||
SECT_SRAM
|
||||
};
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user