summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2021-03-28 18:53:28 -0400
committerGitHub <noreply@github.com>2021-03-28 18:53:28 -0400
commit11e5be77d5708cd262db8557b14c974a95b3809e (patch)
tree760b115f21942d3fdb494360cf1adad8aa800c9c /src/code
parent941f79215c25b8333058820560052789652ce84a (diff)
bg_ice_shelter OK (#736)
* ok * OK * asm
Diffstat (limited to 'src/code')
-rw-r--r--src/code/PreRender.c2
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;