mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
Pause doc: misc, fixups (#2265)
* use missed reg macros * do action indexing cleanup * misc * doc fixup ish in KaleidoScope_SetPageVertices * newline_police * `43` -> `(PAGE_BG_QUADS + WORLD_MAP_QUAD_28)`
This commit is contained in:
parent
33251ccb51
commit
869bae3429
8 changed files with 70 additions and 52 deletions
|
@ -3889,7 +3889,7 @@ void Message_DrawMain(PlayState* play, Gfx** p) {
|
|||
|
||||
if (1) {}
|
||||
if (sOcarinaButtonAlphaValues[i] != 255) {
|
||||
sOcarinaButtonAlphaValues[i] += VREG(50);
|
||||
sOcarinaButtonAlphaValues[i] += R_OCARINA_BUTTONS_APPEAR_ALPHA_STEP;
|
||||
if (sOcarinaButtonAlphaValues[i] >= 255) {
|
||||
sOcarinaButtonAlphaValues[i] = 255;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue