scawful / Oracle-of-Secrets

Custom Code for the Legend of Zelda: Oracle of Secrets ROM hack
11 stars 0 forks source link

Link stuck with hands in the air if he lifts something while deku enemy is spinning #77

Closed 19Linkan90 closed 1 day ago

19Linkan90 commented 1 month ago

if link picks up an object while deku is spinning around, the object link is holding disappears and link is stuck in a position with his hands in the air. (Too big video file, see bug report)

scawful commented 1 day ago

This was caused by code to clear the pea shot sprite and the liftable object was subsequently spawned in the same slot, so the scrub dismissed it. This code has been moved to run once when the collision is detected properly.