diff --git a/items/settings.json b/items/settings.json index 4d62412..26529aa 100644 --- a/items/settings.json +++ b/items/settings.json @@ -82,7 +82,7 @@ "img_mods": "overlay|/images/overlays/off.png,@disabled", "codes": "extra_key_items_setting,extra_key_items_off", "inherit_codes": false, - "name": "Trainersanity - Off" + "name": "Extra Key Items - Off" }, { "img": "images/settings/extra_key_items.png", diff --git a/locations/cities/vermilion_city.json b/locations/cities/vermilion_city.json index e500e05..2ce4843 100644 --- a/locations/cities/vermilion_city.json +++ b/locations/cities/vermilion_city.json @@ -44,6 +44,10 @@ { "ref": "Cities/Vermilion City/Vs. Seeker Woman's Gift", "name": "Vs. Seeker Woman's Gift" + }, + { + "ref": "Cities/Vermilion City/Bookshelf's Info (Lt. Surge 6)", + "name": "Bookshelf's Info (Lt. Surge 6)" } ], "map_locations": [ @@ -96,6 +100,10 @@ "ref": "Cities/Vermilion City/Sailor Dwayne Reward", "name": "Sailor Dwayne Reward" }, + { + "ref": "Cities/Vermilion City/Sailor Dwayne's Info (Lt. Surge 5)", + "name": "Sailor Dwayne's Info (Lt. Surge 5)" + }, { "ref": "Cities/Vermilion City/Engineer Baily Reward", "name": "Engineer Baily Reward" @@ -104,10 +112,22 @@ "ref": "Cities/Vermilion City/Gentleman Tucker Reward", "name": "Gentleman Tucker Reward" }, + { + "ref": "Cities/Vermilion City/Gentleman Tucker's Info (Lt. Surge 3)", + "name": "Gentleman Tucker's Info (Lt. Surge 3)" + }, + { + "ref": "Cities/Vermilion City/Gentleman Tucker's Info (Lt. Surge 4)", + "name": "Gentleman Tucker's Info (Lt. Surge 4)" + }, { "ref": "Cities/Vermilion City/Defeat Lt. Surge (Event)", "name": "Defeat Lt. Surge (Event)" }, + { + "ref": "Cities/Vermilion City/Lt. Surge's Info (Lt. Surge 2)", + "name": "Lt. Surge's Info (Lt. Surge 2)" + }, { "ref": "Cities/Vermilion City/Leader Lt. Surge Reward", "name": "Leader Lt. Surge Reward" diff --git a/locations/overworld/islands.json b/locations/overworld/islands.json index 63c7b37..a4d72b2 100644 --- a/locations/overworld/islands.json +++ b/locations/overworld/islands.json @@ -1484,6 +1484,9 @@ "name": "Heracross Woman's Gift", "chest_unopened_img": "images/locations/beauty_nest_ball.png", "chest_opened_img": "images/locations/beauty_nest_ball_bw.png", + "access_rules": [ + "$surf" + ], "visibility_rules": [ "pokemon_request_on" ]