Item hole number and date checked should be separated from main code (index.js).
Item hole number and date definition lines should be updated for more intuitive entry.
current
//Resynchronize here if tool is out of sync with actual game
//Launch the game, get on Eagle City Out map. Take note of Item Hole number and the date in Golf Island Time
//If hole 4 in Eagle City Out is the item hole for September 11, 2019 in Golf Island Time, the following lines should look like this:
//const eagleCityOutItemHoleNumOnSyncDate = 4;
//const lastSyncDateInGolfIslandTime = new Date(Date.UTC(2019,08,11));
//Update accordingly
const eagleCityOutItemHoleNumOnSyncDate = 4;
const lastSyncDateInGolfIslandTime = new Date(Date.UTC(2021,04,02));
Item hole number and date checked should be separated from main code (index.js). Item hole number and date definition lines should be updated for more intuitive entry.
current
proposed data.js
index.js