Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split RVL/DARCH #216

Merged
merged 1 commit into from
Jul 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions pack/dol_objects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ out/rvlAxFxReverbHiExp.o
out/rvlAxFxReverbHiExpDpl2.o
out/dol/text_8012a154_8012b47c.o
out/dol/data_80281b7c_80281b80.o
out/dol/sbss_803865c0_80386770.o
out/dol/sbss_803865c0_803865f8.o
out/dol/sdata2_80388550_80388580.o
out/rvlAxFxReverbStdExp.o
out/dol/text_8012c17c_8012e52c.o
Expand Down Expand Up @@ -331,7 +331,9 @@ out/sdp_utils.o
out/cnt.o
out/cxStreamingUncompression.o
out/cxUncompression.o
out/dol/text_8015c320_80169bcc.o
out/darch.o
out/dol/text_8015d314_80169bcc.o
out/dol/sbss_803865fc_80386770.o
out/fs.o
out/dol/text_8016b49c_80192f7c.o
out/dol/sdata_80385930_80385990.o
Expand Down
1 change: 1 addition & 0 deletions pack/dol_slices.csv
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ enabled,strip,name,initStart,initEnd,extabStart,extabEnd,extabindexStart,extabin
1,,source/rvl/cnt/cnt.c,,,,,,,0x8015bc80,0x8015bef0,,,,,,,,,,,,,,,,,,
1,,source/rvl/cx/cxStreamingUncompression.c,,,,,,,0x8015bef0,0x8015c2e0,,,,,,,,,,,,,,,,,,
1,,source/rvl/cx/cxUncompression.c,,,,,,,0x8015c2e0,0x8015c320,,,,,,,,,,,,,,,,,,
1,,source/rvl/darch/darch.c,,,,,,,0x8015c320,0x8015d314,,,,,,,,,,,,,0x803865f8,0x803865fc,,,,
1,,source/rvl/fs/fs.c,,,,,,,0x80169bcc,0x8016b49c,,,,,,,,,,,0x80385920,0x80385930,0x80386770,0x80386788,,,,
1,,source/rvl/ipc/ipcMain.c,,,,,,,0x80192f7c,0x80193048,,,,,,,,,,,,,0x803867e8,0x803867fc,,,,
1,,source/rvl/ipc/ipcclt.c,,,,,,,0x80193048,0x801949b8,,,,,,,,,,,0x80385990,0x80385998,0x80386800,0x80386810,,,,
Expand Down
16 changes: 8 additions & 8 deletions pack/symbols.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5226,14 +5226,14 @@
0x8015bef0 CXInitUncompContextLZ
0x8015bf24 CXReadUncompLZ
0x8015c2e0 CXGetUncompressedSize
0x8015c320 unk_8015c320
0x8015c37c unk_8015c37c
0x8015c868 unk_8015c868
0x8015c954 unk_8015c954
0x8015cb18 unk_8015cb18
0x8015ce0c unk_8015ce0c
0x8015d0fc unk_8015d0fc
0x8015d254 unk_8015d254
0x8015c320 darch_AddItem
0x8015c37c darch_MergeDirStructure
0x8015c868 darch_DecideOrderInFst
0x8015c954 darch_GetFileChar
0x8015cb18 darch_CreateDirStructure
0x8015ce0c darch_ConstructFSTFromStructure
0x8015d0fc DARCHGetArcSize
0x8015d254 DARCHCreate
0x8015d314 DBInit
0x8015d33c __DBExceptionDestinationAux
0x8015d384 __DBExceptionDestination
Expand Down
Loading