summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-01-27 16:29:30 -0600
committerBryan Bishop <kanzure@gmail.com>2013-01-27 16:29:30 -0600
commit1024ac17f80b556bd7cbc30d8056b727b3ec883d (patch)
tree0e8075ca45559f11b91a523b72b91edb0ea5e01b /tests.py
parent307894a7dd2ea26e6a11c4d3304404e535f0370c (diff)
fix calculate_pointer in tests
original-commit-id: 50ae458b08d6097510a2f95dc596cad6e2c31eeb
Diffstat (limited to 'tests.py')
-rw-r--r--tests.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests.py b/tests.py
index ce4d466..e7cf780 100644
--- a/tests.py
+++ b/tests.py
@@ -18,13 +18,16 @@ from item_constants import (
generate_item_constants,
)
+from pointers import (
+ calculate_bank,
+ calculate_pointer,
+)
+
from crystal import (
rom,
load_rom,
rom_until,
direct_load_rom,
- calculate_bank,
- calculate_pointer,
parse_script_engine_script_at,
parse_text_engine_script_at,
parse_text_at2,