diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/PreRender.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c index f27b13a78..8da758253 100644 --- a/src/code/PreRender.c +++ b/src/code/PreRender.c @@ -509,7 +509,7 @@ void func_800C2FE4(PreRenderContext* this) { // There's a redundant branch in the ASM that taken literally looks like this // phi_v0 = ((HREG(80) == 0xF) ? 0 : 0); // if (((HREG(80) == 0xF) ? HREG(81) : phi_v0) == 5) { - + if (((HREG(80) == 0xF) ? HREG(81) : 0) == 5) { pxR = 31; pxG = 0; |
