diff options
-rw-r--r-- | pokemontools/crystal.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index a4f0b4a..5bc17b2 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -1655,8 +1655,7 @@ class MoveParam(SingleByteParam): return str(self.byte) class MenuDataPointerParam(PointerLabelParam): - # read menu data at the target site - pass + """read menu data at the target site""" string_to_text_texts = [] |