[Pokemon R/B] Allow 0 exp setting and add logic rule to Cinnabar Gym to ensure higher level Pokémon are catchable

This commit is contained in:
Alchav
2022-12-18 16:22:03 -05:00
committed by Fabian Dill
parent 395d35571c
commit caf63dd737
3 changed files with 7 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ class OaksAidRt15(Range):
class ExpModifier(SpecialRange):
"""Modifier for EXP gained. When specifying a number, exp is multiplied by this amount and divided by 16."""
display_name = "Exp Modifier"
range_start = 1
range_start = 0
range_end = 255
default = 16
special_range_names = {