mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
41ad71e388
Creating a PR for this, will look at updating splat in a separate PR
60 lines
1.6 KiB
YAML
60 lines
1.6 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"
|
|
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, 113A0] # EntityStageNamePopup
|
|
- [0x8DE8, 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]
|
|
- [0x151F0, c, prim_helpers]
|
|
- [0x15A20, sbss]
|
|
- [0x166E8]
|