You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
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...