mirror of
https://github.com/zeldaret/ss
synced 2026-06-27 02:15:12 -04:00
Fix Splits that caused Non Match
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user