sotn-decomp/config/splat.us.stdre.yaml
Luciano Ciccariello fdb4b11359
PSP WRP functions (#1178)
A bunch of functions where I am using the shared headers whenever I
could. The plan is to switch into C files on the first good opportunity.
2024-05-26 19:58:12 +01:00

78 lines
2.1 KiB
YAML

options:
platform: psx
basename: stdre
base_path: ..
build_path: build/us
target_path: disks/us/ST/DRE/DRE.BIN
asm_path: asm/us/st/dre
asset_path: assets/st/dre
src_path: src/st/dre
ld_script_path: build/us/stdre.ld
compiler: GCC
symbol_addrs_path:
- config/symbols.us.txt
- config/symbols.us.stdre.txt
undefined_funcs_auto_path: config/undefined_funcs_auto.us.stdre.txt
undefined_syms_auto_path: config/undefined_syms_auto.us.stdre.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: stdre
type: code
start: 0x00000000
vram: 0x80180000
subalign: 4
subsegments:
- [0x0, data]
- [0x590, data]
- [0x610, data]
- [0x630, data]
- [0x640, data]
- [0x650, data]
- [0x660, data]
- [0x770, data]
- [0x1270, .data, entity_relic_orb]
- [0x12D4, data]
- [0x1498, roomdef, g_Rooms]
- [0x14AC, data]
- [0x16C0, data]
- [0x1171C, .rodata, 11A64]
- [0x11728, .rodata, succubus] # EntitySuccubus
- [0x11808, .rodata, 14774]
- [0x1181C, rodata]
- [0x118D0, rodata]
- [0x11910, .rodata, 1697C] # EntityFadeToWhite
- [0x1193C, .rodata, 173C4] # EntityRedDoor
- [0x11954, rodata]
- [0x119C4, .rodata, 1C7DC]
- [0x119DC, .rodata, entity_relic_orb]
- [0x11A14, .rodata, entity_message_box]
- [0x11A28, .rodata, 1E1C8] # EntityStageNamePopup
- [0x11A5C, rodata]
- [0x11A64, c]
- [0x11A64, c, succubus]
- [0x14774, c]
- [0x1697C, c]
- [0x16F90, c, random]
- [0x16FC0, c, update]
- [0x172BC, c, update_stage_entities]
- [0x173C4, c]
- [0x1C63C, c]
- [0x1C7DC, c]
- [0x1D074, c, entity_relic_orb]
- [0x1DB44, c, entity_heart_drop]
- [0x1DC6C, c, entity_message_box]
- [0x1E1C8, c]
- [0x22018, c, prim_helpers]
- [0x22848, c]
- [0x23270, sbss]
- [0x23FCC]