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 /include | |
| parent | 3cea46a6c120a7a96123ca6445c4c149acd1d2e6 (diff) | |
Pause doc: `KaleidoScope_DrawQuestStatus` (partial) (#2215)
* Pause doc: `KaleidoScope_DrawQuestStatus` (partial)
* review
* format
Diffstat (limited to 'include')
| -rw-r--r-- | include/regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/regs.h b/include/regs.h index b5c39ea63..b708c79af 100644 --- a/include/regs.h +++ b/include/regs.h @@ -134,6 +134,7 @@ #define R_START_LABEL_Y(i) ZREG(51 + (i)) #define R_START_LABEL_X(i) ZREG(54 + (i)) #endif +#define R_PAUSE_QUEST_MEDALLION_SHINE_TIME(i) ZREG(61 + (i)) // i = 0..3 (clashes with ZREG(62) and ZREG(63)) #define R_C_UP_BTN_X ZREG(62) #define R_C_UP_BTN_Y ZREG(63) #define R_START_BTN_X ZREG(68) |
