mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
fix label imports in tests
This commit is contained in:
parent
44db66e13e
commit
bc167bedb7
@ -32,6 +32,13 @@ from pksv import (
|
|||||||
pksv_crystal,
|
pksv_crystal,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
from labels import (
|
||||||
|
remove_quoted_text,
|
||||||
|
line_has_comment_address,
|
||||||
|
line_has_label,
|
||||||
|
get_label_from_line,
|
||||||
|
)
|
||||||
|
|
||||||
from crystal import (
|
from crystal import (
|
||||||
rom,
|
rom,
|
||||||
load_rom,
|
load_rom,
|
||||||
@ -73,12 +80,8 @@ from crystal import (
|
|||||||
get_id_for_map_constant_label,
|
get_id_for_map_constant_label,
|
||||||
calculate_pointer_from_bytes_at,
|
calculate_pointer_from_bytes_at,
|
||||||
isolate_incbins,
|
isolate_incbins,
|
||||||
remove_quoted_text,
|
|
||||||
process_incbins,
|
process_incbins,
|
||||||
line_has_label,
|
|
||||||
line_has_comment_address,
|
|
||||||
get_labels_between,
|
get_labels_between,
|
||||||
get_label_from_line,
|
|
||||||
generate_diff_insert,
|
generate_diff_insert,
|
||||||
find_labels_without_addresses,
|
find_labels_without_addresses,
|
||||||
rom_text_at,
|
rom_text_at,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user