1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-19 21:19:54 +00:00
Match BSS order and delete disassembly data
This commit is contained in:
cadmic 2024-08-08 00:26:48 -07:00 committed by GitHub
commit 1021c482af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 27 additions and 13695 deletions

View file

@ -18,11 +18,12 @@ ORIG_COMPILER ?= 0
# If COMPILER is "gcc", compile with GCC instead of IDO.
COMPILER ?= ido
# Target game version. Currently the following versions are supported:
# gc-us GameCube US
# gc-eu GameCube Europe/PAL
# gc-eu-mq GameCube Europe/PAL Master Quest
# gc-eu-mq-dbg GameCube Europe/PAL Master Quest Debug (default)
# The following versions are work-in-progress and not yet matching:
# gc-us GameCube US
# (none currently)
VERSION ?= gc-eu-mq-dbg
# Number of threads to extract and compress with
N_THREADS ?= $(shell nproc)