You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
fix AsmList import in tests
This commit is contained in:
@@ -8,10 +8,14 @@ import hashlib
|
|||||||
import random
|
import random
|
||||||
import json
|
import json
|
||||||
|
|
||||||
from romstr import RomStr
|
|
||||||
from interval_map import IntervalMap
|
from interval_map import IntervalMap
|
||||||
from chars import chars, jap_chars
|
from chars import chars, jap_chars
|
||||||
|
|
||||||
|
from romstr import (
|
||||||
|
RomStr,
|
||||||
|
AsmList,
|
||||||
|
)
|
||||||
|
|
||||||
from item_constants import (
|
from item_constants import (
|
||||||
item_constants,
|
item_constants,
|
||||||
find_item_label_by_id,
|
find_item_label_by_id,
|
||||||
@@ -67,7 +71,6 @@ from crystal import (
|
|||||||
generate_map_constant_labels,
|
generate_map_constant_labels,
|
||||||
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,
|
|
||||||
calculate_pointer_from_bytes_at,
|
calculate_pointer_from_bytes_at,
|
||||||
isolate_incbins,
|
isolate_incbins,
|
||||||
remove_quoted_text,
|
remove_quoted_text,
|
||||||
|
Reference in New Issue
Block a user