mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-06-30 19:39:49 -05:00
fix a few imports for testing an old func
This commit is contained in:
parent
1089cf99d0
commit
cddfe3804d
|
|
@ -2,7 +2,7 @@
|
|||
Some old methods rescued from crystal.py
|
||||
"""
|
||||
|
||||
import pointers
|
||||
import pokemontools.pointers as pointers
|
||||
|
||||
map_header_byte_size = 9
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user