Skip to content

Commit

Permalink
Remove MetroidPrime/IRenderer.cpp split, it actually belongs to main.…
Browse files Browse the repository at this point in the history
…cpp, start splitting 0-00
  • Loading branch information
Antidote committed Oct 16, 2024
1 parent 8528f2c commit 92bb1df
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 145 deletions.
5 changes: 1 addition & 4 deletions config/GM8E01_00/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,12 @@ MetroTRK/mslsupp.c:
MetroidPrime/main.cpp:
.text start:0x80003658 end:0x80009148
.rodata start:0x803CB3A0 end:0x803CC028
.data start:0x803D8D60 end:0x803D8D90
.data start:0x803D8D60 end:0x803D8EA8
.bss start:0x803F7560 end:0x804578F8
.sdata start:0x805A6BC0 end:0x805A6BD0
.sbss start:0x805A8C20 end:0x805A8C78
.sdata2 start:0x805A9D20 end:0x805A9D88

MetroidPrime/IRenderer.cpp:
.data start:0x803D8D90 end:0x803D8EA8

MetroidPrime/Cameras/CCameraManager.cpp:
.text start:0x80009148 end:0x8000C788
.rodata start:0x803CC028 end:0x803CC030
Expand Down
29 changes: 16 additions & 13 deletions config/GM8E01_01/splits.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
Sections:
.init type:code
extab type:rodata
extabindex type:rodata
.text type:code
.ctors type:rodata
.dtors type:rodata
.rodata type:rodata
.data type:data
.bss type:bss
.sdata type:data
.sbss type:bss
.sdata2 type:rodata
.sbss2 type:bss
.init type:code align:4
extab type:rodata align:32
extabindex type:rodata align:32
.text type:code align:32
.ctors type:rodata align:32
.dtors type:rodata align:4
.rodata type:rodata align:32
.data type:data align:4
.bss type:bss align:32
.sdata type:data align:32
.sbss type:bss align:8
.sdata2 type:rodata align:8
.sbss2 type:bss align:8

MetroTRK/mslsupp.c:
.text start:0x80003640 end:0x80003658
Loading

0 comments on commit 92bb1df

Please sign in to comment.