1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 15:04:31 +00:00

bg_ice_shelter OK (#736)

* ok

* OK

* asm
This commit is contained in:
fig02 2021-03-28 18:53:28 -04:00 committed by GitHub
parent 941f79215c
commit 11e5be77d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 400 additions and 1277 deletions

View file

@ -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;