diff options
author | SeRaid <77941535+SeRaid743@users.noreply.github.com> | 2024-04-18 21:16:03 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 19:16:03 +1000 |
commit | 77754d022bfde07f18b6466a4a42fe6237f1566c (patch) | |
tree | c8b7563f322e5c065cd3c17e02a314987fbf7c76 /constants/HoppityEggLocations.json | |
parent | f4dc5a69ded2cc61978cc6b195c3e5d36346ee0d (diff) | |
download | SkyHanni-REPO-77754d022bfde07f18b6466a4a42fe6237f1566c.tar.gz SkyHanni-REPO-77754d022bfde07f18b6466a4a42fe6237f1566c.tar.bz2 SkyHanni-REPO-77754d022bfde07f18b6466a4a42fe6237f1566c.zip |
Fix HoppityEggLocations.json (#156)
was off by one block
Diffstat (limited to 'constants/HoppityEggLocations.json')
-rw-r--r-- | constants/HoppityEggLocations.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/HoppityEggLocations.json b/constants/HoppityEggLocations.json index 10de1ad..57fef45 100644 --- a/constants/HoppityEggLocations.json +++ b/constants/HoppityEggLocations.json @@ -159,7 +159,7 @@ "-440:110:-40", "-461:110:-9", "-406:121:-90", - "-455:94:0", + "-455:94:-1", "-327:104:-113", "-362:91:76", "-399:110:35", |