diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:29:30 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:29:30 -0600 |
commit | 1024ac17f80b556bd7cbc30d8056b727b3ec883d (patch) | |
tree | 0e8075ca45559f11b91a523b72b91edb0ea5e01b /tests.py | |
parent | 307894a7dd2ea26e6a11c4d3304404e535f0370c (diff) |
fix calculate_pointer in tests
original-commit-id: 50ae458b08d6097510a2f95dc596cad6e2c31eeb
Diffstat (limited to 'tests.py')
-rw-r--r-- | tests.py | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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, |