From c1c19bd1c8ad3471754bd0b435f1fcc7e95cd7ed Mon Sep 17 00:00:00 2001 From: Aaron Freytag Date: Thu, 25 Feb 2021 14:06:51 -0800 Subject: Level move sanity wasn't properly copied up for split evolutions --- src/com/dabomstew/pkrandom/romhandlers/AbstractRomHandler.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/com/dabomstew/pkrandom/romhandlers/AbstractRomHandler.java b/src/com/dabomstew/pkrandom/romhandlers/AbstractRomHandler.java index 8805d7e..dc6cda5 100755 --- a/src/com/dabomstew/pkrandom/romhandlers/AbstractRomHandler.java +++ b/src/com/dabomstew/pkrandom/romhandlers/AbstractRomHandler.java @@ -3450,7 +3450,7 @@ public abstract class AbstractRomHandler implements RomHandler { for (int i = 1; i < toCompat.length; i++) { toCompat[i] |= fromCompat[i]; } - }), false); + }), true); this.setTMHMCompatibility(compat); } @@ -3630,7 +3630,7 @@ public abstract class AbstractRomHandler implements RomHandler { for (int i = 1; i < toCompat.length; i++) { toCompat[i] |= fromCompat[i]; } - }), false); + }), true); this.setMoveTutorCompatibility(compat); } -- cgit v1.2.3