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

Decompile Object Kankyo (#960)

* Decompile Object Kankyo

* Remove asm, format

* Start documenting object kankyo

* Document object kankyo

* Remove reloc

* Review changes

and formatted again :(

* WIP

* Review changes
This commit is contained in:
Synray 2021-09-26 06:35:01 -07:00 committed by GitHub
parent 16471bb68d
commit 52f93d135f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 926 additions and 3568 deletions

View file

@ -181,7 +181,7 @@ void func_80064824(GlobalContext* globalCtx, CutsceneContext* csCtx, CsCmdBase*
if (sp3F != 0) {
func_800F6D58(0xE, 4, 0x3F);
func_800F6D58(0xE, 1, 1);
globalCtx->envCtx.unk_EE[0] = 0x14;
globalCtx->envCtx.unk_EE[0] = 20;
}
break;
case 2:
@ -223,7 +223,7 @@ void func_80064824(GlobalContext* globalCtx, CutsceneContext* csCtx, CsCmdBase*
}
break;
case 9:
globalCtx->envCtx.unk_EE[3] = 0x10;
globalCtx->envCtx.unk_EE[3] = 16;
break;
case 10:
Flags_SetEnv(globalCtx, 1);