mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 07:15:43 -04:00
Adding ido7 to repo
This commit is contained in:
+1
-2
@@ -24,7 +24,6 @@ baserom/
|
||||
out.txt
|
||||
|
||||
# Tool artifacts
|
||||
tools/ido7.1_compiler/*
|
||||
tools/mipspro7.2_compiler/
|
||||
tools/overlayhelpers/batchdisasm/output/*
|
||||
tools/overlayhelpers/batchdisasm/output2/*
|
||||
@@ -44,4 +43,4 @@ tools/asmsplitter/c/*
|
||||
*.ci8.png
|
||||
|
||||
#Per-user configuration
|
||||
.python-version
|
||||
.python-version
|
||||
|
||||
@@ -22,7 +22,6 @@ LD := $(MIPS_BINUTILS_PREFIX)ld
|
||||
OBJCOPY := $(MIPS_BINUTILS_PREFIX)objcopy
|
||||
OBJDUMP := $(MIPS_BINUTILS_PREFIX)objdump
|
||||
|
||||
# Be sure to grab ido7.1_compiler and put it in tools/ first.
|
||||
CC := $(QEMU_IRIX) -L tools/ido7.1_compiler tools/ido7.1_compiler/usr/bin/cc
|
||||
CC_OLD := $(QEMU_IRIX) -L tools/ido5.3_compiler tools/ido5.3_compiler/usr/bin/cc
|
||||
|
||||
@@ -132,7 +131,7 @@ clean:
|
||||
|
||||
setup:
|
||||
git submodule update --init --recursive
|
||||
make ido7 all -C tools
|
||||
make all -C tools
|
||||
python3 fixbaserom.py
|
||||
python3 extract_baserom.py
|
||||
python3 extract_assets.py
|
||||
|
||||
@@ -25,8 +25,3 @@ $(1): $($1_SOURCES)
|
||||
endef
|
||||
|
||||
$(foreach p,$(PROGRAMS),$(eval $(call COMPILE,$(p))))
|
||||
|
||||
ido7:
|
||||
wget -O ido7.zip https://github.com/zeldaret/oot/releases/download/0.1/ido7.1_fixed.zip
|
||||
unzip -n ido7.zip
|
||||
rm ido7.zip
|
||||
|
||||
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
+1260
File diff suppressed because it is too large
Load Diff
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Reference in New Issue
Block a user