diff --git a/HKCheckCompletion.js b/HKCheckCompletion.js index af16478..718465d 100644 --- a/HKCheckCompletion.js +++ b/HKCheckCompletion.js @@ -414,6 +414,7 @@ const HK_STATISTICS = { killedMenderBug: ["Menderbug", "Forgotten Crossroads + destroy sign"], whiteDefenderDefeats: ["White Defender times defeated", "Royal Waterways (5 max)", 5], greyPrinceDefeats: ["Grey Prince Zote times defeated", "Dirtmouth (10 max)", 10], + whitePalaceSecretRoomVisited: ["Path of Pain", "White Palace"] }; /** diff --git a/index.html b/index.html index 6950ac9..cc59e5a 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@ - + diff --git a/loadJson.js b/loadJson.js index 95cc3c7..6c11c49 100644 --- a/loadJson.js +++ b/loadJson.js @@ -45,7 +45,7 @@ function loadJSON(filename, callback) { xobj.send(null); } -loadJSON("save/" + fileName[5], +loadJSON("save/" + fileName[10], function JSONparse(response) { // Parse JSON string into object jsonObj = JSON.parse(response);