From 1024ac17f80b556bd7cbc30d8056b727b3ec883d Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 16:29:30 -0600 Subject: fix calculate_pointer in tests original-commit-id: 50ae458b08d6097510a2f95dc596cad6e2c31eeb --- tests.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests.py') 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, -- cgit v1.2.3