Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 1d54c78

Browse files
committed
Add Boost Ball and Spider Ball to Beginner Friendly preset
1 parent 1647a46 commit 1d54c78

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/electron/data/presetsDefault.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"Beginner Friendly": {
2929
"excludeLocations": [],
3030
"itemOverrides": [
31+
{
32+
"count": 1,
33+
"name": "Charge Beam",
34+
"state": "starting-item"
35+
},
3136
{
3237
"count": 1,
3338
"name": "Morph Ball",
@@ -40,7 +45,12 @@
4045
},
4146
{
4247
"count": 1,
43-
"name": "Charge Beam",
48+
"name": "Boost Ball",
49+
"state": "starting-item"
50+
},
51+
{
52+
"count": 1,
53+
"name": "Spider Ball",
4454
"state": "starting-item"
4555
}
4656
],

0 commit comments

Comments
 (0)