Merge pull request #6062 from Crazylemon64/resting_tweak

Waking up no longer auto-cancels resting
This commit is contained in:
Fox McCloud
2017-01-06 12:45:51 -05:00
committed by GitHub
@@ -12,6 +12,4 @@
KnockOut()
else
if(stat == UNCONSCIOUS)
// updating=FALSE because `WakeUp` will handle canmove up for us
StopResting(updating=FALSE)
WakeUp()