sotn-decomp/config/splat.us.tt_001.yaml
Onenutmcgee 30274f0f0e
Moving tt_001 us.c to f84.c as the decompiler script doesn't like the file to end in.us (#1669)
The decompilation script did not like to decompile anything from tt_001
because it ended in us.c. This would cause it to find muliple (5) paths
and would halt.

Change moves the code to F84.c in line with the code split in tt_000
2024-09-24 19:31:14 +01:00

45 lines
1.1 KiB
YAML

options:
platform: psx
basename: tt_001
base_path: ..
build_path: build/us
target_path: disks/us/SERVANT/TT_001.BIN
asm_path: asm/us/servant/tt_001
asset_path: assets/servant/tt_001
src_path: src/servant/tt_001
ld_script_path: build/us/tt_001.ld
compiler: GCC
symbol_addrs_path:
- config/symbols.us.txt
- config/symbols.us.tt_001.txt
undefined_funcs_auto_path: config/undefined_funcs_auto.us.tt_001.txt
undefined_syms_auto_path: config/undefined_syms_auto.us.tt_001.txt
find_file_boundaries: true
use_legacy_include_asm: false
migrate_rodata_to_functions: true
asm_jtbl_label_macro: jlabel
symbol_name_format: us_$VRAM
section_order:
- .data
- .rodata
- .text
- .bss
- .sbss
ld_bss_is_noload: false
disasm_unknown: true
include_macro_inc: false
sha1: 326c9d2f9b9e2af678f5d63b30b31fba99ae75d4
segments:
- name: tt_001
type: code
start: 0
vram: 0x80170000
align: 4
subalign: 4
subsegments:
- [0x0, data]
- [0xEFC, .rodata, F84]
- [0xF84, c, F84]
- [0x35B0, sbss]
- [0xA000]