diff --git a/README.md b/README.md index 7089f42..478dd06 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,12 @@ This change is client-side and immediate, but the server **will** acknowledge it ### SkipNotice -Skips the safety warning screen, notices, login bonuses, etc. \ No newline at end of file +Skips the safety warning screen, notices, login bonuses, etc. + +### SkipPreMusicRitual + +Skips the battle intro, card flex, "are you ready? let's shoot!", etc. + +### InfiniteGP + +Saves you time. \ No newline at end of file diff --git a/SkipBullshit/MU3.Battle/patch_BattleCamera.cs b/SkipPreMusicRitual/MU3.Battle/patch_BattleCamera.cs similarity index 100% rename from SkipBullshit/MU3.Battle/patch_BattleCamera.cs rename to SkipPreMusicRitual/MU3.Battle/patch_BattleCamera.cs diff --git a/SkipBullshit/MU3.Battle/patch_BattleUI.cs b/SkipPreMusicRitual/MU3.Battle/patch_BattleUI.cs similarity index 100% rename from SkipBullshit/MU3.Battle/patch_BattleUI.cs rename to SkipPreMusicRitual/MU3.Battle/patch_BattleUI.cs diff --git a/SkipBullshit/MU3.Battle/patch_GameEngine.cs b/SkipPreMusicRitual/MU3.Battle/patch_GameEngine.cs similarity index 100% rename from SkipBullshit/MU3.Battle/patch_GameEngine.cs rename to SkipPreMusicRitual/MU3.Battle/patch_GameEngine.cs diff --git a/SkipBullshit/MU3.Sequence/patch_PlayMusic.cs b/SkipPreMusicRitual/MU3.Sequence/patch_PlayMusic.cs similarity index 100% rename from SkipBullshit/MU3.Sequence/patch_PlayMusic.cs rename to SkipPreMusicRitual/MU3.Sequence/patch_PlayMusic.cs