Recalculate Available Checks from Current Region (#6165)

This commit is contained in:
xxAtrain223
2026-01-25 21:23:47 -06:00
committed by GitHub
parent 983d04d362
commit f5264be192
5 changed files with 42 additions and 6 deletions

View File

@@ -690,6 +690,9 @@ void Play_Init(GameState* thisx) {
GET_PLAYER(play)->actor.world.pos.y + Player_GetHeight(GET_PLAYER(play)) + 5.0f,
GET_PLAYER(play)->actor.world.pos.z, 0, 0, 0, 1, true);
}
// nextEntranceIndex was not initialized, so the previous value was carried over during soft resets.
gPlayState->nextEntranceIndex = gSaveContext.entranceIndex;
}
void Play_Update(PlayState* play) {