mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
3ea1f826d6
Some checks are pending
Format code / format (push) Waiting to run
Build C code / extract-assets (push) Waiting to run
Build C code / build-linux (push) Blocked by required conditions
Build C code / build-macos (push) Blocked by required conditions
Build C code / build-windows (push) Blocked by required conditions
Build C code / build-linux-lle (push) Blocked by required conditions
Build Saturn version / build-and-test-saturn (push) Waiting to run
Build Saturn version / function-finder-saturn (push) Waiting to run
Build PSX and PSP version / build-and-test (pspeu, hd) (push) Waiting to run
Build PSX and PSP version / build-and-test (pspeu, pspeu) (push) Waiting to run
Build PSX and PSP version / build-and-test (us, us) (push) Waiting to run
Build PSX and PSP version / generate-progress-report (pspeu, hd) (push) Blocked by required conditions
Build PSX and PSP version / generate-progress-report (pspeu, pspeu) (push) Blocked by required conditions
Build PSX and PSP version / generate-progress-report (us, us) (push) Blocked by required conditions
Build PSX and PSP version / generate-duplicates-report (us, us) (push) Blocked by required conditions
Build PSX and PSP version / generate-duplicates-report-psp (pspeu, pspeu) (push) Blocked by required conditions
Reorganizing tt_000 to be in line with organization of tt_001 Files that start servant_ are shared data. Files that start bat_ (or ghost_ in the case of tt_001) are specific to that familiar.
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
options:
|
|
platform: psx
|
|
basename: tt_000
|
|
base_path: ..
|
|
build_path: build/hd
|
|
target_path: disks/pspeu/PSP_GAME/USRDIR/res/ps/hdbin/tt_000.bin
|
|
asm_path: asm/hd/servant/tt_000
|
|
asset_path: assets/servant/tt_000
|
|
src_path: src/servant/tt_000
|
|
ld_script_path: build/hd/tt_000.ld
|
|
compiler: GCC
|
|
symbol_addrs_path:
|
|
- config/symbols.hd.txt
|
|
- config/symbols.hd.tt_000.txt
|
|
undefined_funcs_auto_path: config/undefined_funcs_auto.hd.tt_000.txt
|
|
undefined_syms_auto_path: config/undefined_syms_auto.hd.tt_000.txt
|
|
find_file_boundaries: yes
|
|
use_legacy_include_asm: no
|
|
migrate_rodata_to_functions: no
|
|
asm_jtbl_label_macro: jlabel
|
|
disassemble_all: True
|
|
section_order:
|
|
- ".data"
|
|
- ".rodata"
|
|
- ".text"
|
|
- ".bss"
|
|
ld_bss_is_noload: False
|
|
sha1: 2253aee1338fff85351887b4473fb0b02798222b
|
|
segments:
|
|
- name: tt_000
|
|
type: code
|
|
start: 0x00000000
|
|
vram: 0x80170000
|
|
align: 4
|
|
subalign: 4
|
|
subsegments:
|
|
- [0x0, .data, bat]
|
|
- [0x40, .data, servant_spriteparts]
|
|
- [0x448, .data, servant_clutdata]
|
|
- [0x4A8, .data, bat_animation_data]
|
|
- [0x608, .data, bat_data]
|
|
- [0x760, .data, servant_events]
|
|
- [0x10AC, .rodata, bat] # UpdateServantDefault
|
|
- [0x10C4, .rodata, bat] # func_80174038
|
|
- [0x10E8, c, bat]
|
|
- [0x48B8, .bss, bat]
|
|
- [19852]
|