summaryrefslogtreecommitdiff
path: root/tests/integration/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/tests.py')
-rw-r--r--tests/integration/tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/integration/tests.py b/tests/integration/tests.py
index 40933e5..4f96699 100644
--- a/tests/integration/tests.py
+++ b/tests/integration/tests.py
@@ -42,6 +42,10 @@ from pokemontools.helpers import (
index,
)
+from pokemontools.crystalparts.old_parsers import (
+ old_parse_map_header_at,
+)
+
from pokemontools.crystal import (
rom,
load_rom,
@@ -65,7 +69,6 @@ from pokemontools.crystal import (
all_labels,
write_all_labels,
parse_map_header_at,
- old_parse_map_header_at,
process_00_subcommands,
parse_all_map_headers,
translate_command_byte,