fix a few imports for testing an old func

This commit is contained in:
Bryan Bishop 2013-11-09 15:10:06 -06:00
parent 1089cf99d0
commit cddfe3804d
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Some old methods rescued from crystal.py
"""
import pointers
import pokemontools.pointers as pointers
map_header_byte_size = 9

View File

@ -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,