mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
30274f0f0e
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
45 lines
1.1 KiB
YAML
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]
|