1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-10-18 20:49:58 +00:00

Decompiled ovl_En_Ma2 (#93)

* first steps

* some more

* fixing merge

* more progress

* progs

* Decompiled ovl_En_Ma1

* newline

* Pr suggestion

* 2 to go

* Makefile machinery work

* Updating Jenkinsfile

* Initial setup for OSX repo support

* Adding ido7 to repo

* Makefile reversion

* Iniital Dockerfile

* iconv fix

* Docker stuff

* Dun

* Fixing stuff

* Updating Dockerfile

* Update README-OSX.md

* Restore functions.h

* Formatting

* Defining some funcs

* Renaming funcs

* Removing unnecessary README-OSX

* Addressing PR comments
This commit is contained in:
Ethan Roseman 2020-05-01 06:08:39 -04:00 committed by GitHub
commit 363d5d4194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 397 additions and 1133 deletions

View file

@ -9,7 +9,9 @@ RUN apt-get update && \
python3-pip \
wget \
git \
unzip
unzip \
vbindiff \
nano
RUN wget \
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \