mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +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
|
@ -334,7 +334,7 @@ void Gameplay_Init(GameState* thisx) {
|
|||
globalCtx->sceneLoadFlag = -0x14;
|
||||
globalCtx->unk_11E16 = 0xFF;
|
||||
globalCtx->unk_11E18 = 0;
|
||||
globalCtx->unk_11DE9 = 0;
|
||||
globalCtx->unk_11DE9 = false;
|
||||
|
||||
if (gSaveContext.gameMode != 1) {
|
||||
if (gSaveContext.nextTransition == 0xFF) {
|
||||
|
@ -856,7 +856,7 @@ void Gameplay_Update(GlobalContext* globalCtx) {
|
|||
LOG_NUM("1", 1, "../z_play.c", 3637);
|
||||
}
|
||||
|
||||
if (globalCtx->unk_11DE9 == 0) {
|
||||
if (!globalCtx->unk_11DE9) {
|
||||
Actor_UpdateAll(globalCtx, &globalCtx->actorCtx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue