Skip to content

Commit

Permalink
add CarefreeMelody autosplit (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed May 19, 2024
1 parent 1d8a82a commit 0602512
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/asset/hollowknight/categories/every.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@
"Grimmchild2",
"Grimmchild3",
"Grimmchild4",
"CarefreeMelody",
"GrubberflysElegy",
"Grubsong",
"HeavyBlow",
Expand Down
2 changes: 2 additions & 0 deletions src/asset/hollowknight/icons/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ import Grimmchild from "./Charm/Grimmchild.png";
import Grimmchild2 from "./Charm/Grimmchild2.png";
import Grimmchild3 from "./Charm/Grimmchild3.png";
import Grimmchild4 from "./Charm/Grimmchild4.png";
import CarefreeMelody from "./Charm/CarefreeMelody.png";
import GrubberflysElegy from "./Charm/GrubberflysElegy.png";
import Grubsong from "./Charm/Grubsong.png";
import HeavyBlow from "./Charm/HeavyBlow.png";
Expand Down Expand Up @@ -1072,6 +1073,7 @@ export default {
Grimmchild2,
Grimmchild3,
Grimmchild4,
CarefreeMelody,
GrubberflysElegy,
Grubsong,
HeavyBlow,
Expand Down
2 changes: 2 additions & 0 deletions src/asset/hollowknight/splits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@
Grimmchild3,
[Description("Grimmchild Lvl 4 (Charm)"), ToolTip("Splits when upgrading Grimmchild to level 4")]
Grimmchild4,
[Description("Carefree Melody (Charm)"), ToolTip("Splits when obtaining the Carefree Melody charm")]
CarefreeMelody,
[Description("Grubberfly's Elegy (Charm)"), ToolTip("Splits when obtaining the Grubberfly's Elegy charm")]
GrubberflysElegy,
[Description("Grubsong (Charm)"), ToolTip("Splits when obtaining the Grubsong charm")]
Expand Down

0 comments on commit 0602512

Please sign in to comment.