mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-04-24 07:07:10 -05:00
fix AsmList import in tests
original-commit-id: 44db66e13e55d01adac349a48e26384318f24c56
This commit is contained in:
parent
13f0b0df11
commit
a94c18fca3
7
tests.py
7
tests.py
|
|
@ -8,10 +8,14 @@ import hashlib
|
|||
import random
|
||||
import json
|
||||
|
||||
from romstr import RomStr
|
||||
from interval_map import IntervalMap
|
||||
from chars import chars, jap_chars
|
||||
|
||||
from romstr import (
|
||||
RomStr,
|
||||
AsmList,
|
||||
)
|
||||
|
||||
from item_constants import (
|
||||
item_constants,
|
||||
find_item_label_by_id,
|
||||
|
|
@ -67,7 +71,6 @@ from crystal import (
|
|||
generate_map_constant_labels,
|
||||
get_map_constant_label_by_id,
|
||||
get_id_for_map_constant_label,
|
||||
AsmList,
|
||||
calculate_pointer_from_bytes_at,
|
||||
isolate_incbins,
|
||||
remove_quoted_text,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user