diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd6e4c902..f6c3d4013 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Can now change difficulties in Freeplay mode
### Changed
-- Balanced out Normal mode for the harder songs. Should be much easier all around.
+- Balanced out Normal mode for the harder songs(Dadbattle and Spookeez, not South yet). Should be much easier all around.
- Put tutorial in it's own 'week', so that if you want to play week 1, you don't have to play the tutorial.
### Fixed
diff --git a/Project.xml b/Project.xml
index 673afa4ed..5e01c8f0c 100644
--- a/Project.xml
+++ b/Project.xml
@@ -103,7 +103,7 @@
-
+
diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx
index cdabcbbcb..305508b4f 100644
--- a/source/MainMenuState.hx
+++ b/source/MainMenuState.hx
@@ -18,7 +18,7 @@ class MainMenuState extends MusicBeatState
var menuItems:FlxTypedGroup;
- var optionShit:Array = ['story mode', 'freeplay', 'options', 'donate'];
+ var optionShit:Array = ['story mode', 'freeplay', 'donate'];
var magenta:FlxSprite;
var camFollow:FlxObject;