mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
0251769d16
* fox_display.c DOCS * PRINTF * actor->destroy boolean * corneria docs * Boss->unk_04C to Boss->animFrame * aCoGrangaWalkingAnim * more corneria docs * Spawner * Spawner code refined * Spawner description * Actor Spawn guard * Molar Rock (name by @inspectredc) * more docs * actor docs * initial disassembly config for lodgenet * correct vram addresses for lodgenet * Actor Docs * More actor docs * more actor docs * correction * correction * more actor docs * Preliminary work for Effect documentation * Change Init for Setup * fox_play cleanup and defake * fox_zo function names * fox_so function renaming * more object docs * venom 1 actors * actor docs * some fox_bo docs * some fox_fo corrections * fox_ma obj->this * fox_ma renamings * fox_ma docs * fox_ti Actors * revert permuter settings to ido * some renames on fox_andross.c * fox_sy actors * object names * corrections * some effect comments * fix AudioTable struct and data to avoid UB * uintptr_t in audio * audio load changes * event id enum usage in fox_sy * clear padding in sPlaylists * HUD_FoBase_ExplodeCs * HUD
78 lines
2.1 KiB
YAML
78 lines
2.1 KiB
YAML
name: Starfox64 (Gateway 64 (NTSC))
|
|
sha1: 3400e9c2b77fc1f1204f26a32b09b6f759746ae2
|
|
options:
|
|
basename: starfox64
|
|
target_path: baserom.ln.rev0.uncompressed.z64
|
|
elf_path: build/starfox64.ln.rev0.elf
|
|
ld_script_path: linker_scripts/ln/rev0/starfox64.ld
|
|
base_path: .
|
|
compiler: GCC
|
|
find_file_boundaries: True
|
|
header_encoding: ASCII
|
|
platform: n64
|
|
undefined_funcs_auto_path: linker_scripts/ln/rev0/auto/undefined_funcs_auto.ld
|
|
undefined_syms_auto_path: linker_scripts/ln/rev0/auto/undefined_syms_auto.ld
|
|
|
|
symbol_addrs_path:
|
|
- linker_scripts/ln/rev0/symbol_addrs.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_engine.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_libultra.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_nlib_funcs.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_nlib_vars.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_assets.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_mesg.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_audio.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_overlays.txt
|
|
# - linker_scripts/ln/rev0/symbol_addrs_EBFBE0.txt
|
|
# - linker_scripts/ln/rev0/ignored_addresses.txt
|
|
|
|
asm_path: asm/ln/rev0
|
|
src_path: srcln
|
|
asset_path: bin/ln/rev0
|
|
|
|
build_path: build
|
|
|
|
extensions_path: tools/splat_ext
|
|
mips_abi_float_regs: o32
|
|
create_asm_dependencies: True
|
|
do_c_func_detection: True
|
|
o_as_suffix: True
|
|
gfx_ucode: f3dex
|
|
mnemonic_ljust: 12
|
|
rom_address_padding: True
|
|
dump_symbols: True
|
|
include_macro_inc: False
|
|
libultra_symbols: True
|
|
hardware_regs: True
|
|
|
|
ld_dependencies: True
|
|
|
|
|
|
use_legacy_include_asm: False
|
|
|
|
asm_function_macro: glabel
|
|
asm_jtbl_label_macro: jlabel
|
|
asm_data_macro: dlabel
|
|
|
|
ld_legacy_generation: True
|
|
check_consecutive_segment_types: False
|
|
|
|
# section_order: [".text", ".data", ".rodata", ".bss", "bin"]
|
|
# auto_all_sections: [".data", ".rodata", ".bss"]
|
|
|
|
|
|
|
|
|
|
mips_abi_float_regs: o32
|
|
|
|
|
|
disasm_unknown: True
|
|
# string_encoding: ASCII
|
|
# data_string_encoding: ASCII
|
|
rodata_string_guesser_level: 2
|
|
data_string_guesser_level: 2
|
|
# libultra_symbols: True
|
|
# hardware_regs: True
|
|
# gfx_ucode: # one of [f3d, f3db, f3dex, f3dexb, f3dex2]
|
|
segments:
|