Add support for OAM Sections

Allows sections (and labels within) to be defined that correspond to the Game Boy’s Object Attributes Memory.
This commit is contained in:
Ben10do
2017-03-10 22:18:14 +00:00
parent 523b7538f0
commit 3dcfe2b9f6
10 changed files with 26 additions and 11 deletions

View File

@@ -101,7 +101,8 @@ enum {
SECT_ROM0,
SECT_HRAM,
SECT_WRAMX,
SECT_SRAM
SECT_SRAM,
SECT_OAM
};
enum {