Skip to content

Commit

Permalink
Update options.json
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored May 14, 2024
1 parent ef8b8d9 commit 4c7fb57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions items/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"codes": "opt_aide_2",
"max_quantity": 80,
"initial_quantity": 1,
"img": "images/items/dummy.png"
"img": "images/items/aide02.png"
},
{
"name": "Oak's Aide Rt 11 Pokedex Requirement",
Expand All @@ -155,7 +155,7 @@
"codes": "opt_aide_11",
"max_quantity": 80,
"initial_quantity": 1,
"img": "images/items/dummy.png"
"img": "images/items/aide11.png"
},
{
"name": "Oak's Aide Rt 15 Pokedex Requirement",
Expand All @@ -164,7 +164,7 @@
"codes": "opt_aide_15",
"max_quantity": 80,
"initial_quantity": 1,
"img": "images/items/dummy.png"
"img": "images/items/aide15.png"
},
{
"name": "Route 3 Requirement",
Expand Down Expand Up @@ -299,13 +299,13 @@
"stages": [
{
"name": "Extra Key Items - Off",
"img": "images/items/dummy.png",
"img": "images/items/extrakey.png",
"img_mods": "@disabled",
"codes": "opt_extra_key_items,opt_extra_key_items_off"
},
{
"name": "Extra Key Items - On",
"img": "images/items/dummy.png",
"img": "images/items/extrakey.png",
"codes": "opt_extra_key_items,opt_extra_key_items_on",
"inherit_codes": false
}
Expand Down

0 comments on commit 4c7fb57

Please sign in to comment.