GCN data 100% matching (#2987)

* Update GZ2J01 symbols from linked DOL

* GCN data 100% matching

* Run dtk apply
This commit is contained in:
Max Roncace
2025-12-22 18:41:19 -05:00
committed by GitHub
parent 8fece471c6
commit 9767e76ba0
2576 changed files with 14309 additions and 12675 deletions
+12 -12
View File
@@ -19,18 +19,6 @@ static char const* l_arcName[7] = {
"MirrorB",
};
static char const* l_stageName[9] = {
"D_MN05A",
"D_MN04A",
"D_MN01A",
"D_MN10A",
"D_MN11A",
"D_MN06A",
"D_MN07A",
"D_MN01A",
"D_MN01A",
};
static int const l_bmdIndex[7] = {4, 4, 4, 9, 9, 10, 11};
static int const l_brkIndex[3] = {7, 7, 7};
@@ -38,6 +26,18 @@ static int const l_brkIndex[3] = {7, 7, 7};
static int const l_btkIndex[7] = {14, 14, 14, 14, 14, 15, 16};
static int getNowLevel() {
static char const* l_stageName[9] = {
"D_MN05A",
"D_MN04A",
"D_MN01A",
"D_MN10A",
"D_MN11A",
"D_MN06A",
"D_MN07A",
"D_MN01A",
"D_MN01A",
};
for (int i = 0; i < 9; i++) {
if (!strcmp(dComIfGp_getStartStageName(), l_stageName[i])) {
return i + 1;