mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-28 05:04:13 -05:00
try to fix old_text_script.py with an import
There are a few more missing imports to get this to work. On the other hand, it may not be valuable enough to bother fixing.
This commit is contained in:
@@ -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_"
|
||||
|
||||
Reference in New Issue
Block a user