From 7b98e2188989e4b11aa9e4c6dcab5fefc7363b35 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 16:01:45 -0500 Subject: docstring for MenuDataPointerParam --- pokemontools/crystal.py | 3 +-- 1 file changed, 1 insertion(+), 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 = [] -- cgit v1.2.3