Skip to content

Tags: leoetlino/project-restoration

Tags

v1.5.9

Verified

This commit was signed with the committer’s verified signature.
leoetlino Léo Lam
Fix swapping arrows while targeting

Fixes #184.

Note that MM3D does not let you switch from one magic arrow type to
another; that is not a Project Restoration bug and we currently make
no attempt to fix that.

v1.5.9-1

New release folder structure.

v1.5.8

game/ui: Fix CheckCurrentScreen check

This changes ui::CheckCurrentScreen to also check that the screen is
not closing, which fixes a softlock in the Bomber's Notebook if
the map is opened while the screen is closing.

Closes #129

v1.5.7

Fix a possible softlock after Gyorg's inhale attack

This forces the FreezeLink flag to be cleared after an inhale attack
has ended because a very rare bug causes Link to be frozen after
the attack, even though a state handler change is already supposed
to clear the flag.

v1.5.6

Skip the Elegy of Emptiness statue spawn cutscene

Natural followup to 71ab8eb.

Fixes #123

v1.5.6-1

Fix the "has ocarina" check for the D-Pad

Turns out Grezzo doesn't set the icon to 0xFF (None) if the player
doesn't have the ocarina as I remembered... Instead they are simply
hiding the icon widget.

But there is a much better way of checking whether the player has
the ocarina: just check the inventory...

v1.5.5

readme: Update instructions now that Citra has BPS patch support

v1.5.4

readme: Further attempt to clarify Citra setup instructions

v1.5.3

state: Actually fix the off-by-one correctly

v1.5.2

state: Fix an off-by-one