mirror of
https://github.com/zeldaret/oot
synced 2026-05-29 08:43:02 -04:00
Pause doc: Equipment page (#2538)
* [Pause menu docs] Equipment page * final name
This commit is contained in:
@@ -160,8 +160,8 @@ void KaleidoSetup_Init(PlayState* play) {
|
||||
pauseCtx->cursorY[PAUSE_MAP] = 0;
|
||||
pauseCtx->cursorX[PAUSE_QUEST] = 0;
|
||||
pauseCtx->cursorY[PAUSE_QUEST] = 0;
|
||||
pauseCtx->cursorX[PAUSE_EQUIP] = 1;
|
||||
pauseCtx->cursorY[PAUSE_EQUIP] = 0;
|
||||
pauseCtx->cursorX[PAUSE_EQUIP] = EQUIP_VALUE_SWORD_KOKIRI;
|
||||
pauseCtx->cursorY[PAUSE_EQUIP] = EQUIP_TYPE_SWORD;
|
||||
|
||||
pauseCtx->cursorItem[PAUSE_ITEM] = PAUSE_ITEM_NONE;
|
||||
pauseCtx->cursorItem[PAUSE_MAP] = VREG(30) + 3;
|
||||
|
||||
Reference in New Issue
Block a user