summaryrefslogtreecommitdiff
path: root/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
diff options
context:
space:
mode:
authorAjarmar <axel.jarmar@gmail.com>2021-04-13 18:44:20 +0200
committerAjarmar <axel.jarmar@gmail.com>2021-04-13 18:44:20 +0200
commit9f9405fb8e448ae915662314883eb71178412c7b (patch)
tree0367576e75def309027b46f31dcaa2354e4108e0 /src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
parentffa68879df535d4b2a0865f0de1972ed3f6585b0 (diff)
Gen 6: limit mega stones to one occurrence among field items if "balance shop prices" is not used
Duplicate mega stones are more or less useless if "balance shop prices" isn't used (since they cannot be sold).
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 ee7af2f..64da8df 100755
--- a/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
+++ b/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
@@ -407,6 +407,8 @@ public interface RomHandler {
ItemList getNonBadItems();
+ List<Integer> getUniqueNoSellItems();
+
List<Integer> getRegularShopItems();
List<Integer> getOPShopItems();