mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-28 05:04:13 -05:00
fix how pointers are imported
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
An old implementation of TextScript that may not be useful anymore.
|
||||
"""
|
||||
|
||||
import pokemontools.pointers as pointers
|
||||
import pointers
|
||||
|
||||
class OldTextScript:
|
||||
"a text is a sequence of commands different from a script-engine script"
|
||||
|
||||
Reference in New Issue
Block a user