mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-27 06:50:35 +00:00
40c41d9a08
Another one very similar to a DRA function. Noticed the DRA one still had a placeholder `func_` name so I've also renamed that.
79 lines
2.3 KiB
YAML
79 lines
2.3 KiB
YAML
options:
|
|
platform: psx
|
|
basename: ric
|
|
base_path: ..
|
|
build_path: build/us
|
|
target_path: disks/us/BIN/RIC.BIN
|
|
asm_path: asm/us/ric
|
|
asset_path: assets/ric
|
|
src_path: src/ric
|
|
ld_script_path: build/us/ric.ld
|
|
compiler: GCC
|
|
symbol_addrs_path: config/generated.symbols.us.ric.txt
|
|
undefined_funcs_auto_path: config/undefined_funcs_auto.us.ric.txt
|
|
undefined_syms_auto_path: config/undefined_syms_auto.us.ric.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: ric
|
|
type: code
|
|
start: 0x00000000
|
|
vram: 0x8013C000
|
|
subalign: 4
|
|
subsegments:
|
|
- [0x0, data]
|
|
- [0x20, spritesheet, richter, disks/us/BIN/F_GAME2.BIN, 0x40400]
|
|
- [0x170AC, .data, spriteparts]
|
|
- [0x18568, data]
|
|
- [0x18688, assets, subweapondefs, D_80154688]
|
|
- [0x188F4, data]
|
|
- [0x1895C, .data, 21250]
|
|
- [0x18A6C, assets, factory_blueprint, g_RicFactoryBlueprints]
|
|
- [0x18C40, data]
|
|
- [0x194B0, data]
|
|
- [0x19B50, data]
|
|
- [0x19BE0, data]
|
|
- [0x19C70, data]
|
|
- [0x19EE0, data]
|
|
- [0x1A444, .rodata, 1AC60] #UpdateEntityRichter
|
|
- [0x1A5E0, .rodata, 1AC60]
|
|
- [0x1A5F0, .rodata, 1CB04]
|
|
- [0x1A7A8, .rodata, 1FCD0]
|
|
- [0x1A7C0, .rodata, 202A8]
|
|
- [0x1A800, .rodata, 20920]
|
|
- [0x1A80C, .rodata, 21250]
|
|
- [0x1A918, .rodata, 24788]
|
|
- [0x1A9D0, .rodata, 26C84]
|
|
- [0x1A9E8, rodata]
|
|
- [0x1AA28, .rodata, 2A060]
|
|
- [0x1AAA0, .rodata, 2A060]
|
|
- [0x1AABC, .rodata, 2C4C4]
|
|
- [0x1AAD4, .rodata, 2C4C4] #EntitySubwpnCrashCross
|
|
- [0x1AAEC, .rodata, 2C4C4] #EntityRichterRevivalColumn
|
|
- [0x1AB04, .rodata, 2C4C4] #EntityCrossBoomerang
|
|
- [0x1AB24, .rodata, 2C4C4] #EntitySubwpnAgunea
|
|
- [0x1AB38, rodata]
|
|
- [0x1AB68, .rodata, 32324]
|
|
- [0x1AC50, rodata]
|
|
- [0x1AC60, c, 1AC60]
|
|
- [0x1CB04, c, 1CB04]
|
|
- [0x1FCD0, c, 1FCD0]
|
|
- [0x202A8, c, 202A8]
|
|
- [0x20920, c, 20920]
|
|
- [0x21250, c, 21250]
|
|
- [0x24788, c, 24788]
|
|
- [0x26C84, c, 26C84]
|
|
- [0x2A060, c, 2A060]
|
|
- [0x2C4C4, c, 2C4C4]
|
|
- [0x32324, c, 32324]
|
|
- [0x37B64, sbss]
|
|
- [0x39A58]
|