mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-18 14:47:22 -05:00
fix an import in tests.py
This commit is contained in:
parent
efd71a5cd3
commit
8f0b06f22e
|
|
@ -38,6 +38,10 @@ from pokemontools.labels import (
|
|||
find_labels_without_addresses,
|
||||
)
|
||||
|
||||
from pokemontools.crystalparts.old_parsers import (
|
||||
old_parse_map_header_at,
|
||||
)
|
||||
|
||||
from pokemontools.helpers import (
|
||||
grouper,
|
||||
index,
|
||||
|
|
@ -66,7 +70,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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user