summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-09-01 16:01:45 -0500
committerBryan Bishop <kanzure@gmail.com>2013-09-01 16:01:46 -0500
commit7b98e2188989e4b11aa9e4c6dcab5fefc7363b35 (patch)
treec9c957cdf0769705aa3d2dfb9c25b714937c7ab0
parenta104ed3679e5d3e16aa6ea4e89c246b73db35111 (diff)
docstring for MenuDataPointerParam
-rw-r--r--pokemontools/crystal.py3
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 = []