mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
Update mwccgap (basic rodata support) (#1276)
This commit is contained in:
parent
0561f4d100
commit
aff2a634a7
@ -16,7 +16,7 @@ options:
|
|||||||
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.stwrp.txt
|
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.stwrp.txt
|
||||||
find_file_boundaries: yes
|
find_file_boundaries: yes
|
||||||
use_legacy_include_asm: no
|
use_legacy_include_asm: no
|
||||||
migrate_rodata_to_functions: no
|
migrate_rodata_to_functions: yes
|
||||||
asm_jtbl_label_macro: jlabel
|
asm_jtbl_label_macro: jlabel
|
||||||
symbol_name_format : psp_$VRAM
|
symbol_name_format : psp_$VRAM
|
||||||
nonmatchings_path: psp
|
nonmatchings_path: psp
|
||||||
@ -151,6 +151,9 @@ segments:
|
|||||||
- [0x14440, data] # D_psp_0924BAC0
|
- [0x14440, data] # D_psp_0924BAC0
|
||||||
- [0x14450, data] # D_psp_0924BAD0
|
- [0x14450, data] # D_psp_0924BAD0
|
||||||
- [0x14460, data] # D_psp_0924BAE0
|
- [0x14460, data] # D_psp_0924BAE0
|
||||||
- [0x14480, data] # rodata?
|
- [0x14480, .rodata, wrp_psp/e_red_door]
|
||||||
|
- [0x14498, .rodata, wrp_psp/e_collect]
|
||||||
|
- [0x144D0, .rodata, wrp_psp/e_misc]
|
||||||
|
- [0x144F8, .rodata, wrp_psp/warp]
|
||||||
- {type: bss, vram: 0x924BC00}
|
- {type: bss, vram: 0x924BC00}
|
||||||
- [0x14580]
|
- [0x14580]
|
||||||
|
@ -16,7 +16,7 @@ options:
|
|||||||
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.tt_000.txt
|
undefined_syms_auto_path: config/undefined_syms_auto.pspeu.tt_000.txt
|
||||||
find_file_boundaries: yes
|
find_file_boundaries: yes
|
||||||
use_legacy_include_asm: no
|
use_legacy_include_asm: no
|
||||||
migrate_rodata_to_functions: no
|
migrate_rodata_to_functions: yes
|
||||||
asm_jtbl_label_macro: jlabel
|
asm_jtbl_label_macro: jlabel
|
||||||
section_order:
|
section_order:
|
||||||
- ".text"
|
- ".text"
|
||||||
@ -44,6 +44,6 @@ segments:
|
|||||||
- [0x80, c, 10E8]
|
- [0x80, c, 10E8]
|
||||||
- [0x48C8, c, 45E4]
|
- [0x48C8, c, 45E4]
|
||||||
- [0x4C80, data]
|
- [0x4C80, data]
|
||||||
- [0x5E00, data] # rodata, not data
|
- [0x5E00, .rodata, 10E8]
|
||||||
- {type: bss, vram: 0x092ed480}
|
- {type: bss, vram: 0x092ed480}
|
||||||
- [0x5E80]
|
- [0x5E80]
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a4e53ab3e03069689ca6c2c0bd2dfbb99bb96719
|
Subproject commit c12019ae8c239367053965ca6e9e354ba095a6e1
|
Loading…
Reference in New Issue
Block a user