scawful / Oracle-of-Secrets

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

Goldstar Item Review #62

Closed scawful closed 4 months ago

scawful commented 4 months ago

The goldstar is an item originally created by Conn to act as a hookshot upgrade. Given that it mimics the behavior of the flailing soldier sprite, the additional delay that it adds make it undesirable for a hookshot upgrade, but it opens up some opportunity for it to be a combat oriented weapon. I've formatted and added comments to the code to assist in fulfilling the desired item behavior. From what I can recall here are the effects we want and the issues the code currently has.

Please review the code so far and contribute any information you may have about changing the properties or ideas for changing the rotation timer system.