1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 07:20:16 +00:00

Decompiled ovl_En_Rd (1 nonmatching) (#390)

* Initial progress

* Broken but almost

* Final attempt at the last function

* Fixing struct def

* PR updates

* PR stuff

* baby commit

* PR comments

* Error handling
This commit is contained in:
Ethan Roseman 2020-09-26 21:16:28 -04:00 committed by GitHub
parent bdbd79296e
commit 08bf25fca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1077 additions and 2678 deletions

View file

@ -9,3 +9,4 @@ OPEN_DISPS = "void"
CLOSE_DISPS = "void"
ABS = "int"
SQ = "int"
CLAMP = "int"