mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Pause docs: UIOverlay quads dimensions (#2644)
This commit is contained in:
parent
ffd84af543
commit
b5f980570c
7 changed files with 154 additions and 129 deletions
|
@ -107,12 +107,12 @@ struct PlayState;
|
|||
#define R_TEXTBOX_WIDTH YREG(22)
|
||||
#define R_TEXTBOX_HEIGHT YREG(23)
|
||||
#if OOT_NTSC
|
||||
#define R_KALEIDO_UNK1(i) YREG(48 + (i))
|
||||
#define R_KALEIDO_UNK2(i) YREG(50 + (i))
|
||||
#define R_KALEIDO_UNK3(i) YREG(52 + (i))
|
||||
#define R_KALEIDO_UNK4(i) YREG(54 + (i))
|
||||
#define R_KALEIDO_UNK5(i) YREG(56 + (i))
|
||||
#define R_KALEIDO_UNK6(i) YREG(58 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_C_ITEM_X(i) YREG(48 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_TEXT_X(i) YREG(50 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_PLAY_SONG_X(i) YREG(52 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_TEXT_C_ITEM_X(i) YREG(54 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_SAVE_PROMPT_X(i) YREG(56 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_EQUIP_X(i) YREG(58 + (i))
|
||||
#endif
|
||||
#define R_TEXTBOX_ICON_XPOS YREG(71)
|
||||
#define R_TEXTBOX_ICON_YPOS YREG(72)
|
||||
|
@ -198,6 +198,9 @@ struct PlayState;
|
|||
#define R_B_LABEL_Y(i) WREG(12 + (i))
|
||||
#define R_A_LABEL_Z(i) WREG(14 + (i))
|
||||
#endif
|
||||
#define R_PAUSE_BUTTON_LEFT_X WREG(16)
|
||||
#define R_PAUSE_BUTTON_RIGHT_X WREG(17)
|
||||
#define R_PAUSE_BUTTON_LEFT_RIGHT_Y WREG(18)
|
||||
#define R_OW_MINIMAP_X WREG(29)
|
||||
#define R_OW_MINIMAP_Y WREG(30)
|
||||
#define R_MINIMAP_DISABLED WREG(31)
|
||||
|
@ -206,12 +209,12 @@ struct PlayState;
|
|||
#define R_B_LABEL_X(i) WREG(40 + (i))
|
||||
#define R_B_LABEL_Y(i) WREG(43 + (i))
|
||||
#define R_A_LABEL_Z(i) WREG(46 + (i))
|
||||
#define R_KALEIDO_UNK1(i) WREG(49 + (i))
|
||||
#define R_KALEIDO_UNK2(i) WREG(52 + (i))
|
||||
#define R_KALEIDO_UNK3(i) WREG(55 + (i))
|
||||
#define R_KALEIDO_UNK4(i) WREG(58 + (i))
|
||||
#define R_KALEIDO_UNK5(i) WREG(61 + (i))
|
||||
#define R_KALEIDO_UNK6(i) WREG(64 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_C_ITEM_X(i) WREG(49 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_TEXT_X(i) WREG(52 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_PLAY_SONG_X(i) WREG(55 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_TEXT_C_ITEM_X(i) WREG(58 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_SAVE_PROMPT_X(i) WREG(61 + (i))
|
||||
#define R_PAUSE_INFO_PANEL_ICON_EQUIP_X(i) WREG(64 + (i))
|
||||
#endif
|
||||
#define R_DGN_MINIMAP_X WREG(68)
|
||||
#define R_DGN_MINIMAP_Y WREG(69)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue