summaryrefslogtreecommitdiff
path: root/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
diff options
context:
space:
mode:
authorAjarmar <axel.jarmar@gmail.com>2021-05-22 17:37:16 +0200
committerAjarmar <axel.jarmar@gmail.com>2021-05-22 17:37:31 +0200
commitaf0e00cebe627fb41368d74a709327595b2eb3f1 (patch)
tree277d6df07bc995535b6d39750f8e4d575cbb7a63 /src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
parent48ea51a8b9eab7d532cd9ef332a163d71b520b2b (diff)
disable static music fix in most non-english versions
Diffstat (limited to 'src/com/dabomstew/pkrandom/romhandlers/RomHandler.java')
-rwxr-xr-xsrc/com/dabomstew/pkrandom/romhandlers/RomHandler.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java b/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
index 81ecca0..9ca8efb 100755
--- a/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
+++ b/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
@@ -295,6 +295,8 @@ public interface RomHandler {
void applyCorrectStaticMusic(Map<Integer,Integer> specialMusicStaticChanges);
+ boolean hasStaticMusicFix();
+
// Randomizer: Totem Pokemon
List<TotemPokemon> getTotemPokemon();