Skip to content

Commit 5ef4805

Browse files
committed
Fix finding letter in Kak not completing the mask quest.
1 parent 52c48c3 commit 5ef4805

3 files changed

Lines changed: 52 additions & 52 deletions

File tree

ASM/build/bundle.o

0 Bytes
Binary file not shown.

ASM/c/item_effects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ void open_gate_and_mask_shop(z64_file_t* save, int16_t arg1, int16_t arg2) {
240240
// Set the openingState so it starts to open
241241
BgGateShutter* gate = (BgGateShutter*)curr;
242242
gate->openingState = 2;
243-
return;
243+
break;
244244
}
245245
curr = curr->next;
246246
}

data/generated/rom_patch.txt

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

0 commit comments

Comments
 (0)