diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-03-02 16:45:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 16:45:07 +0100 |
| commit | e66e6f8f1da067260ced7ec9abd415011cfab8bc (patch) | |
| tree | f0aca4261aec977236c2af50eab9bab919a5015e /include/versions.h | |
| parent | 3d51e210200ef05059a42b5e1cdb7ab2d59348d6 (diff) | |
gc-eu-dbg OK (#2700)
* gc-eu-dbg OK
* cleanup/fortify makefile and line_numbers.h changes
* fill segments.csv
* add gc-eu-dbg to Jenkinsfile
* cleanup/fortify dmadata_table.h
* add gc-eu-dbg to readme
* fix checksum check and compressed checksum
Diffstat (limited to 'include/versions.h')
| -rw-r--r-- | include/versions.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/versions.h b/include/versions.h index 620b27999..01a0c1159 100644 --- a/include/versions.h +++ b/include/versions.h @@ -12,13 +12,14 @@ #define GC_US 8 #define GC_US_MQ 9 #define GC_EU_MQ_DBG 10 -#define GC_EU 11 -#define GC_EU_MQ 12 -#define GC_JP_CE 13 -#define IQUE_CN 14 +#define GC_EU_DBG 11 +#define GC_EU 12 +#define GC_EU_MQ 13 +#define GC_JP_CE 14 +#define IQUE_CN 15 // NTSC/PAL -#if OOT_VERSION == PAL_1_0 || OOT_VERSION == PAL_1_1 || OOT_VERSION == GC_EU || OOT_VERSION == GC_EU_MQ || OOT_VERSION == GC_EU_MQ_DBG +#if OOT_VERSION == PAL_1_0 || OOT_VERSION == PAL_1_1 || OOT_VERSION == GC_EU || OOT_VERSION == GC_EU_MQ || OOT_VERSION == GC_EU_DBG || OOT_VERSION == GC_EU_MQ_DBG #define OOT_NTSC 0 #define OOT_PAL 1 #else @@ -50,7 +51,7 @@ // Debug Assets // Due to asset extraction limitations, all versions will not have access to some assets present in debug ROMs // To allow the inclusion of debug features in any version there is a separation between DEBUG_FEATURES and DEBUG_ASSETS -#if OOT_VERSION == GC_EU_MQ_DBG && DEBUG_FEATURES +#if (OOT_VERSION == GC_EU_MQ_DBG || OOT_VERSION == GC_EU_DBG) && DEBUG_FEATURES #define DEBUG_ASSETS 1 #else #define DEBUG_ASSETS 0 |
