From af8cac9e6bfd39e92abc8dd3637fc64bda32193b Mon Sep 17 00:00:00 2001 From: Jordan Longstaff Date: Thu, 23 Jul 2026 17:55:37 -0400 Subject: [PATCH] Move minigame hooks into Minigames folder (#6973) --- .../Enhancements/{Difficulty => Minigames}/DivingGameTimer.cpp | 0 .../Enhancements/{Difficulty => Minigames}/HorsebackArchery.cpp | 0 soh/soh/Enhancements/{TimeSavers => Minigames}/SkipAmyPuzzle.cpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename soh/soh/Enhancements/{Difficulty => Minigames}/DivingGameTimer.cpp (100%) rename soh/soh/Enhancements/{Difficulty => Minigames}/HorsebackArchery.cpp (100%) rename soh/soh/Enhancements/{TimeSavers => Minigames}/SkipAmyPuzzle.cpp (100%) diff --git a/soh/soh/Enhancements/Difficulty/DivingGameTimer.cpp b/soh/soh/Enhancements/Minigames/DivingGameTimer.cpp similarity index 100% rename from soh/soh/Enhancements/Difficulty/DivingGameTimer.cpp rename to soh/soh/Enhancements/Minigames/DivingGameTimer.cpp diff --git a/soh/soh/Enhancements/Difficulty/HorsebackArchery.cpp b/soh/soh/Enhancements/Minigames/HorsebackArchery.cpp similarity index 100% rename from soh/soh/Enhancements/Difficulty/HorsebackArchery.cpp rename to soh/soh/Enhancements/Minigames/HorsebackArchery.cpp diff --git a/soh/soh/Enhancements/TimeSavers/SkipAmyPuzzle.cpp b/soh/soh/Enhancements/Minigames/SkipAmyPuzzle.cpp similarity index 100% rename from soh/soh/Enhancements/TimeSavers/SkipAmyPuzzle.cpp rename to soh/soh/Enhancements/Minigames/SkipAmyPuzzle.cpp