mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
fix pksv imports in tests
This commit is contained in:
parent
50ae458b08
commit
564a1b5874
@ -23,6 +23,11 @@ from pointers import (
|
|||||||
calculate_pointer,
|
calculate_pointer,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from pksv import (
|
||||||
|
pksv_gs,
|
||||||
|
pksv_crystal,
|
||||||
|
)
|
||||||
|
|
||||||
from crystal import (
|
from crystal import (
|
||||||
rom,
|
rom,
|
||||||
load_rom,
|
load_rom,
|
||||||
@ -50,7 +55,6 @@ from crystal import (
|
|||||||
process_00_subcommands,
|
process_00_subcommands,
|
||||||
parse_all_map_headers,
|
parse_all_map_headers,
|
||||||
translate_command_byte,
|
translate_command_byte,
|
||||||
pksv_gs,
|
|
||||||
map_name_cleaner,
|
map_name_cleaner,
|
||||||
load_map_group_offsets,
|
load_map_group_offsets,
|
||||||
load_asm,
|
load_asm,
|
||||||
@ -64,7 +68,6 @@ from crystal import (
|
|||||||
get_map_constant_label_by_id,
|
get_map_constant_label_by_id,
|
||||||
get_id_for_map_constant_label,
|
get_id_for_map_constant_label,
|
||||||
AsmList,
|
AsmList,
|
||||||
pksv_crystal,
|
|
||||||
calculate_pointer_from_bytes_at,
|
calculate_pointer_from_bytes_at,
|
||||||
isolate_incbins,
|
isolate_incbins,
|
||||||
remove_quoted_text,
|
remove_quoted_text,
|
||||||
|
Loading…
Reference in New Issue
Block a user