sotn-decomp/config/splat.us.strwrp.yaml
Luciano Ciccariello 8abb09e3ff
Update splat to 0.24.4 (#1112)
Still work in progress. I removed splat as a submodule and started using
it as a pip package instead. Everything is matching but the memory card
icons part in both DRA and SEL. I still have no idea what the issue is.
Once this PR is good to be merged, we can get rid of the splat fork too.
2024-06-12 18:50:32 +01:00

70 lines
1.9 KiB
YAML

options:
platform: psx
basename: strwrp
base_path: ..
build_path: build/us
target_path: disks/us/ST/RWRP/RWRP.BIN
asm_path: asm/us/st/rwrp
asset_path: assets/st/rwrp
src_path: src/st/rwrp
ld_script_path: build/us/strwrp.ld
compiler: GCC
symbol_addrs_path:
- config/symbols.us.txt
- config/symbols.us.strwrp.txt
undefined_funcs_auto_path: config/undefined_funcs_auto.us.strwrp.txt
undefined_syms_auto_path: config/undefined_syms_auto.us.strwrp.txt
find_file_boundaries: yes
use_legacy_include_asm: no
migrate_rodata_to_functions: no
asm_jtbl_label_macro: jlabel
extensions_path: tools/splat_ext
section_order:
- ".data"
- ".rodata"
- ".text"
- ".bss"
- ".sbss"
segments:
- name: strwrp
type: code
start: 0x00000000
vram: 0x80180000
align: 4
subalign: 4
subsegments:
- [0x0, data]
- [0x4E0, data]
- [0x5E0, data]
- [0x6BC, .data, collision]
- [0xA7C, .data, e_red_door]
- [0xA94, data]
- [0xF84, .data, entity_relic_orb]
- [0xFE8, data]
- [0x10A0, data]
- [0x11AC, roomdef, g_Rooms]
- [0x1228, data]
- [0x8C88, rodata]
- [0x8CC8, .rodata, e_red_door]
- [0x8CE0, rodata]
- [0x8D68, .rodata, entity_relic_orb]
- [0x8DA0, .rodata, entity_message_box]
- [0x8DB4, .rodata, 113A0] # EntityStageNamePopup
- [0x8DE8, .rodata, prim_helpers]
- [0x8DF0, c]
- [0xA168, c, random]
- [0xA198, c, update]
- [0xA494, c, update_stage_entities]
- [0xA59C, c, collision]
- [0xBD58, c, create_entity]
- [0xC8D0, c, e_red_door]
- [0xD580, c]
- [0x1024C, c, entity_relic_orb]
- [0x10D1C, c, entity_heart_drop]
- [0x10E44, c, entity_message_box]
- [0x113A0, c]
- [0x14590, c]
- [0x151F0, c, prim_helpers]
- [0x15A20, sbss]
- [0x166E8]