1
0
Fork 0
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:
Dragorn421 2022-10-31 16:53:16 +01:00
parent ac3a7e20fb
commit 40538e7aea
No known key found for this signature in database
GPG key ID: 32B53D2D16FC4118
4 changed files with 61 additions and 12 deletions

View file

@ -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;