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 | 50ae458b08d6097510a2f95dc596cad6e2c31eeb (patch) | |
tree | 67c23fac3bb1a095aec2dec143e00bf70e12449f /extras/tests.py | |
parent | f8b1695b548403e5db7e65d22e10cde81be66861 (diff) |
fix calculate_pointer in tests
Diffstat (limited to 'extras/tests.py')
-rw-r--r-- | extras/tests.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extras/tests.py b/extras/tests.py index ce4d4663f..e7cf78082 100644 --- a/extras/tests.py +++ b/extras/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, |