mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2025-02-17 03:30:02 +00:00
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
options:
|
|
platform: psx
|
|
basename: borbo3
|
|
base_path: ..
|
|
build_path: build/us
|
|
target_path: disks/us/BOSS/RBO3/RBO3.BIN
|
|
asm_path: asm/us/boss/rbo3
|
|
asset_path: assets/boss/rbo3
|
|
src_path: src/boss/rbo3
|
|
ld_script_path: build/us/borbo3.ld
|
|
compiler: GCC
|
|
symbol_addrs_path:
|
|
- config/symbols.us.txt
|
|
- config/symbols.us.borbo3.txt
|
|
undefined_funcs_auto_path: config/undefined_funcs_auto.us.borbo3.txt
|
|
undefined_syms_auto_path: config/undefined_syms_auto.us.borbo3.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: 8748529fc72268169d440fe0b008a5d50154c8b7
|
|
segments:
|
|
- name: borbo3
|
|
type: code
|
|
start: 0
|
|
vram: 0x80180000
|
|
align: 4
|
|
subalign: 4
|
|
subsegments:
|
|
- [0x0, data]
|
|
- [0x10EA8, .rodata, us]
|
|
- [0x11080, c, us]
|
|
- [0x1F978, sbss]
|
|
- [0x20630]
|