mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 11:54:39 +00:00
more equips page docs
This commit is contained in:
parent
f0a2b4f74a
commit
6c77a9f825
6 changed files with 141 additions and 85 deletions
|
@ -127,8 +127,8 @@ void KaleidoSetup_Init(PlayState* play) {
|
|||
pauseCtx->cursorY[PAUSE_MAP] = 0;
|
||||
pauseCtx->cursorX[PAUSE_QUEST] = temp;
|
||||
pauseCtx->cursorY[PAUSE_QUEST] = temp;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue