mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 22:51:52 -04:00
stickRel -> stickAdj (#1367)
* kaleido and filselect * ocarina and KaleidoScope_UpdatePrompt
This commit is contained in:
+4
-4
@@ -778,8 +778,8 @@ typedef struct {
|
||||
/* 0x0208 */ u16 alpha;
|
||||
/* 0x020A */ s16 offsetY;
|
||||
/* 0x020C */ char unk_20C[0x08];
|
||||
/* 0x0214 */ s16 stickRelX;
|
||||
/* 0x0216 */ s16 stickRelY;
|
||||
/* 0x0214 */ s16 stickAdjX;
|
||||
/* 0x0216 */ s16 stickAdjY;
|
||||
/* 0x0218 */ s16 cursorPoint[5]; // "cursor_point"
|
||||
/* 0x0222 */ s16 cursorX[5]; // "cur_xpt"
|
||||
/* 0x022C */ s16 cursorY[5]; // "cur_ypt"
|
||||
@@ -1286,8 +1286,8 @@ typedef struct {
|
||||
/* 0x1CAB4 */ s16 inputTimerY;
|
||||
/* 0x1CAB6 */ s16 stickXDir;
|
||||
/* 0x1CAB8 */ s16 stickYDir;
|
||||
/* 0x1CABA */ s16 stickRelX;
|
||||
/* 0x1CABC */ s16 stickRelY;
|
||||
/* 0x1CABA */ s16 stickAdjX;
|
||||
/* 0x1CABC */ s16 stickAdjY;
|
||||
/* 0x1CABE */ s16 nameEntryBoxPosX;
|
||||
/* 0x1CAC0 */ s16 windowPosX;
|
||||
/* 0x1CAC4 */ f32 windowRot;
|
||||
|
||||
Reference in New Issue
Block a user