mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Redefine consistent names for section types, and document the changes.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include "link/types.h"
|
||||
|
||||
enum eBankDefine {
|
||||
BANK_HOME = 0,
|
||||
BANK_BSS = 512,
|
||||
BANK_ROM0 = 0,
|
||||
BANK_WRAM0 = 512,
|
||||
BANK_WRAMX,
|
||||
BANK_VRAM = 520,
|
||||
BANK_HRAM = 522,
|
||||
|
||||
@@ -49,10 +49,10 @@ enum eRpnData {
|
||||
};
|
||||
|
||||
enum eSectionType {
|
||||
SECT_BSS,
|
||||
SECT_WRAM0,
|
||||
SECT_VRAM,
|
||||
SECT_CODE,
|
||||
SECT_HOME,
|
||||
SECT_ROMX,
|
||||
SECT_ROM0,
|
||||
SECT_HRAM,
|
||||
SECT_WRAMX,
|
||||
SECT_SRAM
|
||||
|
||||
Reference in New Issue
Block a user