mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-05 22:35:06 +01:00
10 lines
329 B
TOML
10 lines
329 B
TOML
# Config file for recompiling patches for the Majora's Mask NTSC 1.0 Recompilation.
|
|
|
|
[input]
|
|
# Paths are relative to the location of this config file.
|
|
elf_path = "patches/patches.elf"
|
|
output_func_path = "RecompiledPatches"
|
|
single_file_output = true
|
|
# Allow absolute symbols to be used as jump targets
|
|
use_absolute_symbols = true
|