1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +00:00

35/37 Functions Decompiled in ovl_En_Heishi2 (#117)

* started

* did more work

* did some more

* Update

* Merged master

* EnHeishi2_Update OK

* func_80A549E8 OK

* func_80A54954 OK

* EnHeishi2_Draw OK

* Removed unused asm

* func_80A543A0 OK

* func_80A53638 OK. Fixed type of func_8008F08C

* done for rn, will work on it later

* func_80A53850 OK

* func_80A53F30 OK

* func_80A53D0C OK

* Made cylinderInit in En_Ma3 static

* Made suggested changes. Removed return from functions by adding else

* Made suggested changes. Removed a.out file that accidentally got added

* Made suggested changes

* moved #include <vt.h> from header to c file

* fixed formatting

* added line break

* Made suggested changes

* ran format

* Fixed unk_2F2
This commit is contained in:
Lucas Shaw 2020-05-10 16:44:04 -07:00 committed by GitHub
parent 7d7c851289
commit 8e7ca2d497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 899 additions and 2271 deletions

View file

@ -70,9 +70,10 @@ u8 func_8008F080(GlobalContext* globalCtx) {
return player->currentMask;
}
void func_8008F08C(GlobalContext* globalCtx) {
Player* func_8008F08C(GlobalContext* globalCtx) {
Player* player = PLAYER;
player->currentMask = 0;
return player;
}
s32 func_8008F098(GlobalContext* globalCtx) {