Skip to content

Commit d0198bd

Browse files
committed
Merge 'Fix finding letter in Kak not completing the mask quest.' (#2446)
2 parents 3ffb65c + ec319ab commit d0198bd

5 files changed

Lines changed: 54 additions & 53 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
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* The Deku Shield pot in the Spirit Temple is no longer shuffled when both `Fix Broken Drops` and `Include Empty Pots` are off.
1616
* For consistency with other location types, excluded pot/crate/beehive/wonderitem/etc. locations no longer behave as if their shuffle setting was off.
1717
* The Triforce Piece counter display has been moved to a CRT-safe position.
18+
* Fix Complete Mask Quest not working if Zelda's Letter is found in Kakariko.
1819

1920
## Other changes
2021
* Big poe souls can now be collected while riding Epona.

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.

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '8.3.29'
1+
__version__ = '8.3.30'
22

33
# This is a supplemental version number for branches based off of main dev.
44
supplementary_version = 0

0 commit comments

Comments
 (0)