1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +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:
Ethan Roseman 2020-07-04 08:34:51 -04:00 committed by GitHub
parent f2ead7f2c9
commit a5aee3d691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
140 changed files with 1777 additions and 4585 deletions

View file

@ -55,7 +55,7 @@ def main():
output = import_c_file(c_file_path)
with open(os.path.join(root_dir, "ctx.c"), "w") as f:
with open(os.path.join(root_dir, "ctx.c"), "w", encoding="UTF-8") as f:
f.write(output)