diff options
author | Ajarmar <axel.jarmar@gmail.com> | 2020-09-14 22:37:55 +0200 |
---|---|---|
committer | Ajarmar <axel.jarmar@gmail.com> | 2020-09-14 22:37:55 +0200 |
commit | e2c7af1c6e045320bd501b8cc9bab27125e5bca3 (patch) | |
tree | c540e1c5d8b91a7a6f391756ce4befe5a9387bbb /src/com/dabomstew/pkrandom/romhandlers/RomHandler.java | |
parent | ac50b0146917eb1168620263b271f9287300b1f1 (diff) |
gen 4: prevent formes from appearing on trainers in DP
Diffstat (limited to 'src/com/dabomstew/pkrandom/romhandlers/RomHandler.java')
-rwxr-xr-x | src/com/dabomstew/pkrandom/romhandlers/RomHandler.java | 2 |
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);
|