Add a new WRAMX section type, for banked (CGB) WRAM sections.

This commit is contained in:
Anthony J. Bentley
2013-06-19 21:19:51 -06:00
parent ab47428c0e
commit da19380cc4
8 changed files with 201 additions and 17 deletions

View File

@@ -322,6 +322,7 @@ struct sLexInitString staticstrings[] = {
{"data", T_SECT_CODE},
{"home", T_SECT_HOME},
{"hram", T_SECT_HRAM},
{"wramx", T_SECT_WRAMX},
{NAME_RB, T_POP_RB},
{NAME_RW, T_POP_RW},