mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 21:19:55 +00:00
bc92406dcc
Occasional maintenance: * asm-differ: latest commit * m2c: latest commit * maspsx: latest commit * spimdisasm: 0.18.0 latest * splat: 0.17.3 The latest version of splat is 0.19.1 but a breaking change in [0.18.0](https://github.com/ethteck/splat/pull/294) is preventing me to upgrade further ([discussion here](https://discord.com/channels/710646040331681844/813939516385525790/1172978921000669274)) Some YAML were malformed and since splat 0.17.0 there are additional checks to ensure they are compliant. There are also new checks that prevents a malformed symbol list including duplicates, which I fixed too.
56 lines
1.5 KiB
YAML
56 lines
1.5 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/generated.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"
|
|
segments:
|
|
- name: strwrp
|
|
type: code
|
|
start: 0x00000000
|
|
vram: 0x80180000
|
|
subalign: 4
|
|
subsegments:
|
|
- [0x0, data]
|
|
- [0x4E0, data]
|
|
- [0x5E0, data]
|
|
- [0xF84, .data, entity_relic_orb]
|
|
- [0xFE8, data]
|
|
- [0x10A0, data]
|
|
- [0x11AC, roomdef, g_Rooms]
|
|
- [0x1228, data]
|
|
- [0x8C88, rodata]
|
|
- [0x8D68, .rodata, entity_relic_orb]
|
|
- [0x8DA0, .rodata, entity_message_box]
|
|
- [0x8DB4, rodata]
|
|
- [0x8DF0, c]
|
|
- [0xA168, c, random]
|
|
- [0xA198, c, update]
|
|
- [0xA494, c, update_stage_entities]
|
|
- [0xA59C, c]
|
|
- [0x1024C, c, entity_relic_orb]
|
|
- [0x10D1C, c, entity_heart_drop]
|
|
- [0x10E44, c, entity_message_box]
|
|
- [0x113A0, c]
|
|
- [0x14590, c]
|
|
- [0x15A20, sbss]
|
|
- [0x166E8]
|