diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-10-10 04:09:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-09 22:09:58 -0400 |
| commit | 869bae342932cae89e3bb7ac8db7d2f736013f96 (patch) | |
| tree | be6c148958a2dac27f97a21682bbac720d624ff5 /src/code/z_message.c | |
| parent | 33251ccb511d3a96504fd1cd95cc7e955858bb28 (diff) | |
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)`
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c index fe60644dd..1bd060944 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -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; } |
