mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 21:19:55 +00:00
bc92406dcc
Occasional maintenance: * asm-differ: latest commit * m2c: latest commit * maspsx: latest commit * spimdisasm: 0.18.0 latest * splat: 0.17.3 The latest version of splat is 0.19.1 but a breaking change in [0.18.0](https://github.com/ethteck/splat/pull/294) is preventing me to upgrade further ([discussion here](https://discord.com/channels/710646040331681844/813939516385525790/1172978921000669274)) Some YAML were malformed and since splat 0.17.0 there are additional checks to ensure they are compliant. There are also new checks that prevents a malformed symbol list including duplicates, which I fixed too.
102 lines
3.0 KiB
YAML
102 lines
3.0 KiB
YAML
options:
|
|
platform: psx
|
|
basename: stnp3
|
|
base_path: ..
|
|
build_path: build/us
|
|
target_path: disks/us/ST/NP3/NP3.BIN
|
|
asm_path: asm/us/st/np3
|
|
asset_path: assets/st/np3
|
|
src_path: src/st/np3
|
|
ld_script_path: build/us/stnp3.ld
|
|
compiler: GCC
|
|
symbol_addrs_path: config/generated.symbols.us.stnp3.txt
|
|
undefined_funcs_auto_path: config/undefined_funcs_auto.us.stnp3.txt
|
|
undefined_syms_auto_path: config/undefined_syms_auto.us.stnp3.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: stnp3
|
|
type: code
|
|
start: 0x00000000
|
|
vram: 0x80180000
|
|
subalign: 4
|
|
subsegments:
|
|
- [0x0, data]
|
|
- [0xE50, data]
|
|
- [0x10C0, data]
|
|
- [0x1300, data]
|
|
- [0x1520, data]
|
|
- [0x1F40, .data, entity_relic_orb]
|
|
- [0x1FA4, data]
|
|
- [0x22B0, data]
|
|
- [0x23D0, data]
|
|
- [0x2400, data]
|
|
- [0x2440, data]
|
|
- [0x2720, data]
|
|
- [0x2740, data]
|
|
- [0x2A20, data]
|
|
- [0x2B00, data]
|
|
- [0x3010, data]
|
|
- [0x33A0, data]
|
|
- [0x3530, data]
|
|
- [0x3570, data]
|
|
- [0x3580, data]
|
|
- [0x3720, data]
|
|
- [0x3760, data]
|
|
- [0x3A7C, roomdef, g_Rooms]
|
|
- [0x3B68, data]
|
|
- [0x31EA0, data]
|
|
- [0x31EA8, .rodata, 3246C] # EntityStairwayPiece
|
|
- [0x31EBC, .rodata, 365FC] # func_801B65FC
|
|
- [0x31ED0, .rodata, 36990] # EntitySlogra .rodata, 36990
|
|
- [0x31EDC, rodata] # EntityGaibon .rodata, 36990
|
|
- [0x31F00, rodata]
|
|
- [0x31F68, .rodata, 3DEF4]
|
|
- [0x31FA0, .rodata, entity_relic_orb]
|
|
- [0x31FD8, .rodata, entity_message_box]
|
|
- [0x31FEC, rodata]
|
|
- [0x3200C, rodata] # EntityStageNamePopup .rodata,
|
|
- [0x32020, .rodata, 44DCC] # EntityMerman2
|
|
- [0x32044, .rodata, 48238] # EntityMerman
|
|
- [0x3206C, .rodata, 490E8] # EntityBoneScimitar data
|
|
- [0x3208C, .rodata, 4997C]
|
|
- [0x320A0, .rodata, 49BC8]
|
|
- [0x320B4, .rodata, 49F98] # EntityBloodyZombie data
|
|
- [0x320DC, rodata]
|
|
- [0x321EC, .rodata, 4B018]
|
|
- [0x3224C, rodata]
|
|
- [0x322CC, rodata] # EntityGurkhaBodyParts
|
|
- [0x322F8, rodata] # EntityGurkha
|
|
- [0x32380, .rodata, 4E69C] # EntityGurkhaSword
|
|
- [0x323E4, rodata]
|
|
- [0x3246C, c]
|
|
- [0x365FC, c]
|
|
- [0x36990, c] # Gaibon & Slogra boss
|
|
- [0x390BC, c, random]
|
|
- [0x390EC, c, update]
|
|
- [0x393E8, c, update_stage_entities]
|
|
- [0x394F0, c]
|
|
- [0x3DEF4, c]
|
|
- [0x3F1A0, c, entity_relic_orb]
|
|
- [0x3FC70, c, entity_heart_drop]
|
|
- [0x3FD98, c, entity_message_box]
|
|
- [0x402F4, c]
|
|
- [0x44DCC, c] # Merman Entities
|
|
- [0x48238, c] # Merman Entities (2)
|
|
- [0x490E8, c] # EntityBoneScimitar
|
|
- [0x4997C, c]
|
|
- [0x49BC8, c]
|
|
- [0x49F98, c] # EntityBloodyZombie
|
|
- [0x4B018, c]
|
|
- [0x4E69C, c]
|
|
- [0x52768, sbss]
|
|
- [0x53434]
|