diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-24 11:39:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-24 05:39:34 -0400 |
| commit | f9d892a2aee83cdd74cd3ffc3adc9a03e6460ae7 (patch) | |
| tree | c851f3544874c8bde7abd5ce56d7b46181af21a5 /src/code | |
| parent | 3cea46a6c120a7a96123ca6445c4c149acd1d2e6 (diff) | |
Pause doc: `KaleidoScope_DrawQuestStatus` (partial) (#2215)
* Pause doc: `KaleidoScope_DrawQuestStatus` (partial)
* review
* format
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_construct.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 7041ac230..e190e19d2 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -373,10 +373,12 @@ void Regs_InitDataImpl(void) { R_START_LABEL_X(2) = 119; #endif - ZREG(61) = 1; - R_C_UP_BTN_X = C_UP_BUTTON_X; - R_C_UP_BTN_Y = C_UP_BUTTON_Y; - ZREG(64) = 20; + R_PAUSE_QUEST_MEDALLION_SHINE_TIME(0) = 1; + //! @bug Overlapping reg usage + R_C_UP_BTN_X = C_UP_BUTTON_X; // R_PAUSE_QUEST_MEDALLION_SHINE_TIME(1) + R_C_UP_BTN_Y = C_UP_BUTTON_Y; // R_PAUSE_QUEST_MEDALLION_SHINE_TIME(2) + R_PAUSE_QUEST_MEDALLION_SHINE_TIME(3) = 20; + ZREG(65) = 21; ZREG(66) = 122; R_ITEM_BTN_X(1) = C_LEFT_BUTTON_X; |
