mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user