1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 11:24:40 +00:00

rollRotPage* -> *PageRoll

This commit is contained in:
Dragorn421 2022-10-23 05:05:26 +02:00
parent f8dcfc8180
commit 5b4137d406
No known key found for this signature in database
GPG key ID: 32B53D2D16FC4118
3 changed files with 35 additions and 36 deletions

View file

@ -109,8 +109,7 @@ void KaleidoSetup_Init(PlayState* play) {
pauseCtx->nextPageMode = 0;
pauseCtx->pageIndex = PAUSE_ITEM;
pauseCtx->rollRotPageItem = pauseCtx->rollRotPageEquip = pauseCtx->rollRotPageMap = pauseCtx->rollRotPageQuest =
160.0f;
pauseCtx->itemPageRoll = pauseCtx->equipPageRoll = pauseCtx->mapPageRoll = pauseCtx->questPageRoll = 160.0f;
pauseCtx->eye.z = 64.0f;
pauseCtx->savePromptOffsetDepth_ = 936.0f;
pauseCtx->eye.x = pauseCtx->eye.y = 0.0f;