Invert logic for section max sizes

Prep for the next commit
This commit is contained in:
ISSOtm
2020-02-03 22:01:49 +01:00
parent 632bc2aaec
commit d0278d8663
2 changed files with 6 additions and 6 deletions

View File

@@ -13,11 +13,11 @@ uint16_t startaddr[] = {
};
uint16_t maxsize[] = {
[SECTTYPE_ROM0] = 0x4000,
[SECTTYPE_ROM0] = 0x8000,
[SECTTYPE_ROMX] = 0x4000,
[SECTTYPE_VRAM] = 0x2000,
[SECTTYPE_SRAM] = 0x2000,
[SECTTYPE_WRAM0] = 0x1000,
[SECTTYPE_WRAM0] = 0x2000,
[SECTTYPE_WRAMX] = 0x1000,
[SECTTYPE_OAM] = 0x00A0,
[SECTTYPE_HRAM] = 0x007F