mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
Split out d_carry (for vtable alignment)
This commit is contained in:
@@ -70,9 +70,13 @@ d/d_base.cpp:
|
||||
.data start:0x80503380 end:0x805033D0
|
||||
.sbss start:0x805750C0 end:0x805750CC
|
||||
|
||||
d/d_carry.cpp:
|
||||
.text start:0x80050A20 end:0x80051C00
|
||||
.data start:0x805033D0 end:0x805033E0
|
||||
|
||||
d/d_cc.cpp:
|
||||
.text start:0x80050A20 end:0x800520F0
|
||||
.data start:0x805033D0 end:0x805033F0
|
||||
.text start:0x80051C00 end:0x800520F0
|
||||
.data start:0x805033E0 end:0x805033F0
|
||||
|
||||
d/d_dvd.cpp:
|
||||
.text start:0x800520F0 end:0x800522FC
|
||||
|
||||
+2
-1
@@ -314,7 +314,8 @@ config.libs = [
|
||||
Object(Matching, "d/flag/flag_managers.cpp"),
|
||||
Object(NonMatching, "toBeSorted/special_item_drop_mgr.cpp"),
|
||||
Object(Matching, "d/d_base.cpp"),
|
||||
Object(NonMatching, "d/d_cc.cpp"),
|
||||
Object(NonMatching, "d/d_carry.cpp"),
|
||||
Object(Matching, "d/d_cc.cpp"),
|
||||
Object(Matching, "d/d_dvd.cpp"),
|
||||
Object(NonMatching, "d/d_dvd_unk.cpp"),
|
||||
Object(NonMatching, "d/d_dylink.cpp"),
|
||||
|
||||
Reference in New Issue
Block a user