mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +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
|
@ -106,6 +106,7 @@
|
|||
#define R_START_LABEL_DD(i) ZREG(48 + (i))
|
||||
#define R_START_LABEL_Y(i) ZREG(51 + (i))
|
||||
#define R_START_LABEL_X(i) ZREG(54 + (i))
|
||||
#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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue