Skip to content

Commit c9f3894

Browse files
committed
fix red ice with invisible chests off
1 parent 1247c9b commit c9f3894

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

ASM/src/hacks.asm

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,16 +1242,6 @@ skip_GS_BGS_text:
12421242
; Invisible Chests
12431243
;==================================================================================================
12441244

1245-
; ovl_En_Box, EnBox_Draw
1246-
; Invisible chest types 4 and 6 have a different display list when viewed through
1247-
; Lens of Truth that culls outside the Lens circle. This disables the check for chest
1248-
; type on all chests to allow other invisible chest types using only actor flag 7.
1249-
1250-
; !(this->type == ENBOX_TYPE_4 || this->type == ENBOX_TYPE_6) && this->alpha == 255
1251-
.orga 0xC07788 ; offset 0x1758
1252-
nop ; bnel a0, $at, lbl_80869EE0
1253-
nop ; lw v0, 0x02C0(s0)
1254-
12551245
; z_actor, offset 0x5F58
12561246
; Hooks into actor draw logic for invisible actors and lens of truth.
12571247
; If invisible chests is enabled, chests in rooms with inverted lens

data/generated/rom_patch.txt

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)