Skip to content

Commit

Permalink
Fix yamls for other versions too
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Oct 16, 2024
1 parent c686c95 commit 8dd922b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ver/ique/splat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@ options:
platform: n64
subalign: 8


base_path: ../..
target_path: ver/ique/baserom.z64
extensions_path: tools/splat_ext
symbol_addrs_path: ver/ique/symbol_addrs.txt
ld_script_path: ver/ique/papermario.ld
ld_symbol_header_path: ver/ique/build/include/ld_addrs.h
ld_generate_symbol_per_data_segment: True
src_path: src
asm_path: ver/ique/asm
asset_path: assets/ique
build_path: ver/ique/build
cache_path: ver/ique/.splat_cache
create_undefined_funcs_auto: False
undefined_funcs_auto_path: ver/ique/undefined_funcs_auto.txt
create_undefined_syms_auto: False
undefined_funcs_auto_path: ver/ique/undefined_funcs_auto.txt
undefined_syms_auto_path: ver/ique/undefined_syms_auto.txt
symbol_name_format: IQUE_$VRAM
symbol_name_format_no_rom: IQUE_$VRAM_$SEG
Expand Down
1 change: 1 addition & 0 deletions ver/jp/splat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ options:
symbol_addrs_path: ver/jp/symbol_addrs.txt
ld_script_path: ver/jp/papermario.ld
ld_symbol_header_path: ver/jp/build/include/ld_addrs.h
ld_generate_symbol_per_data_segment: True
src_path: src
asm_path: ver/jp/asm
asset_path: assets/jp
Expand Down
1 change: 1 addition & 0 deletions ver/pal/splat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ options:
symbol_addrs_path: ver/pal/symbol_addrs.txt
ld_script_path: ver/pal/papermario.ld
ld_symbol_header_path: ver/pal/build/include/ld_addrs.h
ld_generate_symbol_per_data_segment: True
src_path: src
asm_path: ver/pal/asm
asset_path: assets/pal
Expand Down

0 comments on commit 8dd922b

Please sign in to comment.