Skip to content

Commit

Permalink
Echoing flute fix
Browse files Browse the repository at this point in the history
- No trailing 00 to finish the echoing flute scan resulted in a softlock when an orb was either already found or did not exist in a location.
  • Loading branch information
gameboy9 committed Apr 20, 2017
1 parent 7c1dfe2 commit 34770a6
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file modified DW3Randomizer/.vs/DW3Randomizer/v15/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions DW3Randomizer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2666,6 +2666,7 @@ private void superRandomize()
romData[0x33c51 + echoingFluteMarker] = echoLocations[i];
echoingFluteMarker++;
}
romData[0x33c51 + echoingFluteMarker] = 0x00;
}
}

Expand Down
Binary file modified DW3Randomizer/bin/Debug/DW3Randomizer.exe
Binary file not shown.
Binary file modified DW3Randomizer/bin/Debug/DW3Randomizer.pdb
Binary file not shown.
Binary file modified DW3Randomizer/obj/Debug/DW3Randomizer.exe
Binary file not shown.
Binary file modified DW3Randomizer/obj/Debug/DW3Randomizer.pdb
Binary file not shown.

0 comments on commit 34770a6

Please sign in to comment.