diff options
| -rw-r--r-- | pokemontools/old_text_script.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/pokemontools/old_text_script.py b/pokemontools/old_text_script.py index 912c027..23e4a67 100644 --- a/pokemontools/old_text_script.py +++ b/pokemontools/old_text_script.py @@ -2,6 +2,8 @@  An old implementation of TextScript that may not be useful anymore.  """ +import pokemontools.pointers as pointers +  class OldTextScript:      "a text is a sequence of commands different from a script-engine script"      base_label = "UnknownText_" | 
