From 41adadd85d4d528bf99a4bc8934eabec9be06b3b Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Tue, 15 Jul 2025 06:10:34 +0100 Subject: Pause docs: UIOverlay L/R buttons details (#2650) --- src/code/z_construct.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/code/z_construct.c') 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; -- cgit v1.2.3