Skip to content

Commit

Permalink
Merge pull request #1060 from cassidoxa/v31.2.0-fixes
Browse files Browse the repository at this point in the history
V31.2.0 glitch ROM fixes
  • Loading branch information
sporchia authored Aug 31, 2023
2 parents 67dbf22 + bd34b74 commit b4bb57e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app/Rom.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
*/
class Rom
{
const BUILD = '2023-08-30';
const HASH = '69f5f851d43590d3e84208e3820abdc7';
const BUILD = '2023-08-31';
const HASH = '6d93fa2aad627fe66fe7b287d732bfcc';
const SIZE = 2097152;

private $tmp_file;
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"source": {
"url": "https://github.com/KatDevsGames/z3randomizer",
"type": "git",
"reference": "29176fa1946150784705f34d5b7641f81eda1dd0"
"reference": "3a5974b456d75331797f3487366f7d8c37574069"
}
}
},
Expand Down Expand Up @@ -83,7 +83,7 @@
"source": {
"url": "https://github.com/cassidoxa/ALttPEntranceRandomizer",
"type": "git",
"reference": "eeba10fd8b9ca0f10e943a1bbe25505b67cf6064"
"reference": "409bab1f209d135d6646822d586b749a3e9cf98f"
}
}
}
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4bb57e

Please sign in to comment.