Fix yamls for other versions too

This commit is contained in:
Ethan 2024-10-16 20:05:43 +09:00
parent c686c9568b
commit 8dd922bf68
No known key found for this signature in database
GPG Key ID: 9BCC97FDA5482E7A
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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