mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00:00
Pause doc: Prompt page and save prompt state (#2170)
* Pause doc: Prompt page and save prompt state * bss * `QUAD_PROMPT_` -> `PROMPT_QUAD_` * `QUAD_MAP_WORLD_`, `QUAD_MAP_` -> `WORLD_MAP_QUAD_` * `PAUSE_QUAD_CURSOR_` -> `PAUSE_CURSOR_QUAD_` * `PAUSE_SAVE_PROMPT_STATE_RETURN_TO_MENU_ALT` -> `_2` * bss * bss * add comments to help clarify save prompt vs prompt
This commit is contained in:
parent
d9af701b88
commit
64570e871f
12 changed files with 308 additions and 255 deletions
|
@ -226,6 +226,10 @@
|
|||
#define R_TEXT_ADJUST_COLOR_2_B VREG(38)
|
||||
#define R_OCARINA_BUTTONS_YPOS(note) VREG(45 + (note))
|
||||
#define R_OCARINA_BUTTONS_YPOS_OFFSET VREG(51)
|
||||
#define R_KALEIDO_PROMPT_CURSOR_ALPHA_TIMER_BASE VREG(60)
|
||||
#define R_KALEIDO_PROMPT_CURSOR_ALPHA VREG(61)
|
||||
#define R_KALEIDO_PROMPT_CURSOR_ALPHA_STATE VREG(62)
|
||||
#define R_KALEIDO_PROMPT_CURSOR_ALPHA_TIMER VREG(63)
|
||||
#define R_ITEM_AMMO_X(i) VREG(64 + (i))
|
||||
#define R_ITEM_AMMO_Y(i) VREG(68 + (i))
|
||||
#define R_ITEM_ICON_WIDTH(i) VREG(76 + (i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue