mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Parameter/Item Misc Cleanup (#1201)
* Misc parameter cleanup * More cleanup * More cleanup * ia4, more readable * More comments * PR Suggestion
This commit is contained in:
parent
924c10d2d3
commit
1e03b662f2
9 changed files with 148 additions and 121 deletions
|
@ -392,10 +392,10 @@ void func_80064824(GlobalContext* globalCtx, CutsceneContext* csCtx, CsCmdBase*
|
|||
}
|
||||
break;
|
||||
case 28:
|
||||
globalCtx->unk_11DE9 = 1;
|
||||
globalCtx->unk_11DE9 = true;
|
||||
break;
|
||||
case 29:
|
||||
globalCtx->unk_11DE9 = 0;
|
||||
globalCtx->unk_11DE9 = false;
|
||||
break;
|
||||
case 30:
|
||||
Flags_SetEnv(globalCtx, 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue