Skip to content

Commit

Permalink
Fix typo + add entry to main page.
Browse files Browse the repository at this point in the history
  • Loading branch information
magiczocker10 authored Dec 15, 2024
1 parent c3b5549 commit d3328c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ <h1>HTML5 Savegame Editors</h1>
<a class="four columns game" href="rhythm-paradise-megamix/"><img src="thumb.png" id="thumb-rhythm-paradise-megamix" /><div>Rhythm Paradise Megamix</div></a>
<a class="four columns game" href="the-lego-movie-videogame/"><img src="thumb.png" id="thumb-the-lego-movie-videogame" /><div>The Lego Movie Videogame</div></a>
</div>
<div class="row">
<a class="four columns game" href="nintendogs%2Bcats/"><img src="thumb.png" id="thumb-nintendogs-cats" /><div>Nintendogs + Cats</div></a>
</div>

<hr/>
<div id="footer">
Expand Down
2 changes: 1 addition & 1 deletion nintendogs+cats/nintendogs+cats.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Nintendogs + Cats for HTML5 Save Editor v?
Nintendogs + Cats for HTML5 Save Editor v20160704
by Marc Robledo 2016
*/
var reg = /\d+/;
Expand Down
6 changes: 3 additions & 3 deletions the-lego-movie-videogame/the-lego-movie-videogame.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Picross 3D round 2 for HTML5 Save Editor v20160704
The Lego Movie Videogame for HTML5 Save Editor v20160704
by Marc Robledo 2016
*/
function convert_to_bit(d, l){
Expand Down Expand Up @@ -42,8 +42,8 @@ SavegameEditor={
{value:0, name:'Locked, Locked, Locked'},
{value:1, name:'Unlocked - Locked - Locked'},
{value:21, name:'Played - Unlocked - Locked'},
{value:341, name:'Player - Played - Unlocked'},
{value:1911, name:'Player - Played - Played'}
{value:341, name:'Played - Played - Unlocked'},
{value:1911, name:'Played - Played - Played'}
],
UPGRADES_OFFSET:0x475, // 1141
YELLOW_STONE_OFFSET:0x238, // 568
Expand Down

0 comments on commit d3328c6

Please sign in to comment.