diff --git a/config/SOUE01/splits.txt b/config/SOUE01/splits.txt index 20a560f2..34f5e9a9 100644 --- a/config/SOUE01/splits.txt +++ b/config/SOUE01/splits.txt @@ -247,13 +247,13 @@ egg/core/eggDisplay.cpp: .sdata2 start:0x8057F2F8 end:0x8057F308 egg/core/eggColorFader.cpp: - .text start:0x80497930 end:0x80497E40 - .data start:0x8056EAE8 end:0x8056EB20 + .text start:0x80497930 end:0x80497E3C + .data start:0x8056EAE8 end:0x8056EB10 .sdata2 start:0x8057F308 end:0x8057F310 egg/core/eggAsyncDisplay.cpp: .text start:0x80497E40 end:0x80498688 - .data start:0x8056EB60 end:0x8056EB80 + .data start:0x8056EB10 end:0x8056EB80 .sbss start:0x80576790 end:0x80576798 .sdata2 start:0x8057F310 end:0x8057F328 diff --git a/config/SOUE01/symbols.txt b/config/SOUE01/symbols.txt index 778887e0..1a1d2757 100644 --- a/config/SOUE01/symbols.txt +++ b/config/SOUE01/symbols.txt @@ -37102,7 +37102,7 @@ lbl_8056EA30 = .data:0x8056EA30; // type:object size:0x10 lbl_8056EA40 = .data:0x8056EA40; // type:object size:0x18 lbl_8056EA58 = .data:0x8056EA58; // type:object size:0x70 __vt__Q23EGG7Display = .data:0x8056EAC8; // type:object size:0x20 -__vt__Q23EGG10ColorFader = .data:0x8056EAE8; // type:object size:0x38 +__vt__Q23EGG10ColorFader = .data:0x8056EAE8; // type:object size:0x24 lbl_8056EB20 = .data:0x8056EB20; // type:object size:0x40 lbl_8056EB60 = .data:0x8056EB60; // type:object size:0x20 lbl_8056EB80 = .data:0x8056EB80; // type:object size:0x10 diff --git a/configure.py b/configure.py index 7082ca12..ada4be6d 100644 --- a/configure.py +++ b/configure.py @@ -337,7 +337,7 @@ config.libs = [ Object(NonMatching, "egg/core/eggUnk.cpp"), Object(NonMatching, "egg/core/eggSystem.cpp"), Object(Matching, "egg/core/eggDisplay.cpp"), - Object(NonMatching, "egg/core/eggColorFader.cpp"), + Object(Matching, "egg/core/eggColorFader.cpp"), Object(NonMatching, "egg/core/eggAsyncDisplay.cpp"), Object(NonMatching, "egg/core/eggVideo.cpp"), Object(NonMatching, "egg/core/eggXfb.cpp"),