mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
fix calculate_pointer in tests
This commit is contained in:
parent
f8b1695b54
commit
50ae458b08
@ -18,13 +18,16 @@ from item_constants import (
|
||||
generate_item_constants,
|
||||
)
|
||||
|
||||
from pointers import (
|
||||
calculate_bank,
|
||||
calculate_pointer,
|
||||
)
|
||||
|
||||
from crystal import (
|
||||
rom,
|
||||
load_rom,
|
||||
rom_until,
|
||||
direct_load_rom,
|
||||
calculate_bank,
|
||||
calculate_pointer,
|
||||
parse_script_engine_script_at,
|
||||
parse_text_engine_script_at,
|
||||
parse_text_at2,
|
||||
|
Loading…
Reference in New Issue
Block a user