scawful / Oracle-of-Secrets

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

Crystal Maiden sequence crash #4

Closed scawful closed 1 year ago

scawful commented 1 year ago

Game crashes after Link speaks to the Crystal Maiden sprite and attempts to exit the dungeon. Does not complete spin animation.

scawful commented 1 year ago

Was caused by a rewrite of AnimateHeartRefill which crashed the game when accessed. This confusion was caused by me mistaking AnimateHeartRefill for HUD_UpdateHearts, however the hook at $0DF14F changes the positions of the hearts and negates the need for a new AnimateHeartRefill routine. The vanilla will suffice.