1
0
Fork 0
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:
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

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