mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +00:00
some more bits on questpage
This commit is contained in:
parent
ac3a7e20fb
commit
40538e7aea
4 changed files with 61 additions and 12 deletions
|
@ -309,10 +309,11 @@ void Regs_InitDataImpl(void) {
|
|||
R_START_LABEL_X(0) = 120;
|
||||
R_START_LABEL_X(1) = 119;
|
||||
R_START_LABEL_X(2) = 119;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue