mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
Add a new WRAMX section type, for banked (CGB) WRAM sections.
This commit is contained in:
@@ -53,7 +53,8 @@ enum eSectionType {
|
||||
SECT_VRAM,
|
||||
SECT_CODE,
|
||||
SECT_HOME,
|
||||
SECT_HRAM
|
||||
SECT_HRAM,
|
||||
SECT_WRAMX
|
||||
};
|
||||
|
||||
struct sSection {
|
||||
|
||||
Reference in New Issue
Block a user