mirror of https://github.com/PrimeDecomp/prime.git
Another attempt at 0-00
This commit is contained in:
parent
29b6f94976
commit
7570228f7e
|
@ -5,7 +5,7 @@ symbols: config/GM8E01_01/symbols.txt
|
||||||
splits: config/GM8E01_01/splits.txt
|
splits: config/GM8E01_01/splits.txt
|
||||||
mw_comment_version: 8
|
mw_comment_version: 8
|
||||||
quick_analysis: false # Faster reruns after full analysis
|
quick_analysis: false # Faster reruns after full analysis
|
||||||
fill_gaps: false # Alignments known
|
fill_gaps: true # Alignments known
|
||||||
|
|
||||||
|
|
||||||
# Extract embedded assets
|
# Extract embedded assets
|
||||||
|
|
|
@ -3568,11 +3568,6 @@ Kyoto/Audio/CDSPStreamManager.cpp:
|
||||||
.bss start:0x805A6A40 end:0x805A6D40 align:4 common
|
.bss start:0x805A6A40 end:0x805A6D40 align:4 common
|
||||||
.sbss start:0x805A9858 end:0x805A9860
|
.sbss start:0x805A9858 end:0x805A9860
|
||||||
|
|
||||||
Kyoto/CDependencyGroup.cpp:
|
|
||||||
.text start:0x80365130 end:0x803655D4
|
|
||||||
.rodata start:0x803D85E8 end:0x803D85F0
|
|
||||||
.data start:0x803EFA10 end:0x803EFA20
|
|
||||||
|
|
||||||
Kyoto/Audio/CStreamAudioManager.cpp:
|
Kyoto/Audio/CStreamAudioManager.cpp:
|
||||||
.text start:0x803655D4 end:0x80366924
|
.text start:0x803655D4 end:0x80366924
|
||||||
.ctors start:0x803CB550 end:0x803CB554
|
.ctors start:0x803CB550 end:0x803CB554
|
||||||
|
@ -3629,13 +3624,12 @@ Kyoto/Audio/CDSPStream.cpp:
|
||||||
|
|
||||||
Kyoto/Audio/g721.cpp:
|
Kyoto/Audio/g721.cpp:
|
||||||
.text start:0x8036B494 end:0x8036BE10
|
.text start:0x8036B494 end:0x8036BE10
|
||||||
.data start:0x803EFA20 end:0x803EFAA0
|
.data start:0x803EFA20 end:0x803EFAC0
|
||||||
|
|
||||||
Kyoto/Audio/CStaticAudioPlayer.cpp:
|
Kyoto/Audio/CStaticAudioPlayer.cpp:
|
||||||
.text start:0x8036BE10 end:0x8036CC40
|
.text start:0x8036BE10 end:0x8036CC40
|
||||||
.ctors start:0x803CB554 end:0x803CB558
|
.ctors start:0x803CB554 end:0x803CB558
|
||||||
.rodata start:0x803D8740 end:0x803D8748
|
.rodata start:0x803D8740 end:0x803D8748
|
||||||
.data start:0x803EFAA0 end:0x803EFAC0
|
|
||||||
.bss start:0x80540C00 end:0x80540C20
|
.bss start:0x80540C00 end:0x80540C20
|
||||||
.sbss start:0x805A9880 end:0x805A9890
|
.sbss start:0x805A9880 end:0x805A9890
|
||||||
|
|
||||||
|
@ -3658,12 +3652,6 @@ Dolphin/ar/ar.c:
|
||||||
.sdata start:0x805A8C50 end:0x805A8C58
|
.sdata start:0x805A8C50 end:0x805A8C58
|
||||||
.sbss start:0x805A98D8 end:0x805A98F8
|
.sbss start:0x805A98D8 end:0x805A98F8
|
||||||
|
|
||||||
Dolphin/ar/arq.c:
|
|
||||||
.text start:0x8036F60C end:0x8036F9B0
|
|
||||||
.data start:0x803EFB50 end:0x803EFB98
|
|
||||||
.sdata start:0x805A8C58 end:0x805A8C60
|
|
||||||
.sbss start:0x805A98F8 end:0x805A9920
|
|
||||||
|
|
||||||
Dolphin/PPCArch.c:
|
Dolphin/PPCArch.c:
|
||||||
.text start:0x8036F9B0 end:0x8036FAA8
|
.text start:0x8036F9B0 end:0x8036FAA8
|
||||||
|
|
||||||
|
@ -4301,6 +4289,9 @@ musyx/runtime/hw_dolphin.c:
|
||||||
.bss start:0x80567A80 end:0x80569AE0
|
.bss start:0x80567A80 end:0x80569AE0
|
||||||
.sbss start:0x805A9D50 end:0x805A9D78
|
.sbss start:0x805A9D50 end:0x805A9D78
|
||||||
|
|
||||||
|
Dolphin/dummy.c:
|
||||||
|
.bss start:0x80569AE0 end:0x80569AE8
|
||||||
|
|
||||||
musyx/runtime/hw_memory.c:
|
musyx/runtime/hw_memory.c:
|
||||||
.text start:0x803B5310 end:0x803B5364
|
.text start:0x803B5310 end:0x803B5364
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
821
configure.py
821
configure.py
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
||||||
Subproject commit a170f2ef4a3f51edb89bc792dff79d55b2c42a89
|
Subproject commit 875167ea62376211ebe223b4a79473141c37e49d
|
Loading…
Reference in New Issue