mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
Decompiled ovl_En_Zl2 (2 nonmatchings) (#223)
* Almost dun * 3 more, progress... * 2 more * Fixing field rename * improvement * 1 more * progress * more * work * Preparing for PR * Comments * tidbits * more tidbits * fixes * PR comments * Nonmatching reloc * PR suggestions * PR suggestions
This commit is contained in:
parent
f2ead7f2c9
commit
a5aee3d691
140 changed files with 1777 additions and 4585 deletions
|
@ -12,7 +12,8 @@ RUN apt-get update && \
|
|||
unzip \
|
||||
clang-tidy \
|
||||
clang-format \
|
||||
nano
|
||||
nano \
|
||||
vbindiff
|
||||
|
||||
RUN wget \
|
||||
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \
|
||||
|
@ -24,5 +25,7 @@ RUN wget \
|
|||
RUN python3 -m pip install --user colorama ansiwrap attrs watchdog python-Levenshtein
|
||||
RUN python3 -m pip install --upgrade attrs pycparser
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
RUN mkdir /oot
|
||||
WORKDIR /oot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue