Fixed names of global context related structs to their OoT counterpar… (#193)

* Fixed names of global context related structs to their OoT counterparts + to avoid auto-complete code issues

* Removed unused global context struct

* Fully renamed to OoT counterparts
This commit is contained in:
kyleburnette
2021-06-28 17:39:51 -04:00
committed by GitHub
parent c3feee1775
commit 447ba8e990
2 changed files with 8 additions and 15 deletions
@@ -51,7 +51,7 @@ void func_8096B104(EnOkarinaEffect* this, GlobalContext* globalCtx) {
void func_8096B174(EnOkarinaEffect* this, GlobalContext* globalCtx) {
DECR(this->unk144);
if (!globalCtx->unk16D30.unk1EC && !globalCtx->unk17000 && !globalCtx->msgCtx.unk11F10 &&
if (!globalCtx->pauseCtx.unk1EC && !globalCtx->unk17000 && !globalCtx->msgCtx.unk11F10 &&
!FrameAdvance_IsEnabled(globalCtx) && this->unk144 == 0) {
EnOkarinaEffect_SetupAction(this, func_8096B1FC);
}