mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
improve matches (#1413)
This commit is contained in:
parent
26d6028ff1
commit
a715bf63d0
21 changed files with 45 additions and 104 deletions
|
@ -838,7 +838,6 @@ s32 EnFr_IsFrogSongComplete(EnFr* this, PlayState* play) {
|
|||
if (this->ocarinaNote == (*msgCtx).lastOcarinaButtonIndex) { // required to match, possibly an array?
|
||||
this->ocarinaNoteIndex++;
|
||||
ocarinaNoteIndex = this->ocarinaNoteIndex;
|
||||
if (1) {}
|
||||
if (ocarinaNoteIndex >= 14) { // Frog Song is completed
|
||||
this->ocarinaNoteIndex = 13;
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue