summaryrefslogtreecommitdiff
path: root/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
diff options
context:
space:
mode:
authorAjarmar <axel.jarmar@gmail.com>2020-09-14 22:37:55 +0200
committerAjarmar <axel.jarmar@gmail.com>2020-09-14 22:37:55 +0200
commite2c7af1c6e045320bd501b8cc9bab27125e5bca3 (patch)
treec540e1c5d8b91a7a6f391756ce4befe5a9387bbb /src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
parentac50b0146917eb1168620263b271f9287300b1f1 (diff)
gen 4: prevent formes from appearing on trainers in DP
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 c93159c..1a6a0a0 100755
--- a/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
+++ b/src/com/dabomstew/pkrandom/romhandlers/RomHandler.java
@@ -84,6 +84,8 @@ public interface RomHandler {
Pokemon getAltFormeOfPokemon(Pokemon pk, int forme);
+ boolean hasFunctionalFormes();
+
// Setup Gen Restrictions.
void setPokemonPool(GenRestrictions restrictions);