diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-07-15 06:10:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-15 07:10:34 +0200 |
| commit | 41adadd85d4d528bf99a4bc8934eabec9be06b3b (patch) | |
| tree | e05d72d103278caccd5d17033b7bb88740d2d045 /src/code/z_construct.c | |
| parent | 4d2bc68bacdff06261f7a89a24b63bf4eec97487 (diff) | |
Pause docs: UIOverlay L/R buttons details (#2650)
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 92c84de00..179012b43 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -352,7 +352,7 @@ void Regs_InitDataImpl(void) { ZREG(25) = 4; ZREG(26) = 20; ZREG(27) = 10; - ZREG(28) = 20; + R_PAUSE_BUTTON_L_R_SELECTED_PRIM_TIMER = 20; ZREG(29) = 4; ZREG(30) = 20; ZREG(31) = 10; @@ -557,8 +557,8 @@ void Regs_InitDataImpl(void) { WREG(22) = -32; WREG(23) = -38; WREG(24) = -36; - WREG(25) = 40; - WREG(26) = -40; + R_PAUSE_BUTTON_LEFT_MOVE_OFFSET_X = 40; + R_PAUSE_BUTTON_RIGHT_MOVE_OFFSET_X = -40; WREG(27) = 0; WREG(28) = 0; R_OW_MINIMAP_X = 238; |
