1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

Extract NTSC assets for gc-us (#1973)

* Extract NTSC assets for gc-us

* Extract kanji

https://github.com/zeldaret/mm/pull/1536

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>

---------

Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
This commit is contained in:
cadmic 2024-06-26 03:22:26 -07:00 committed by GitHub
parent 24571203df
commit 1b0e35c89a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
159 changed files with 11961 additions and 1914 deletions

View file

@ -19,7 +19,7 @@ COMPILER := ido
# 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:
# (none currently)
# gc-us GameCube US
VERSION := gc-eu-mq-dbg
# Number of threads to extract and compress with
N_THREADS := $(shell nproc)
@ -52,7 +52,9 @@ ifeq ($(NON_MATCHING),1)
endif
# Version-specific settings
ifeq ($(VERSION),gc-eu)
ifeq ($(VERSION),gc-us)
DEBUG := 0
else ifeq ($(VERSION),gc-eu)
DEBUG := 0
else ifeq ($(VERSION),gc-eu-mq)
DEBUG := 0