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 calculate_pointer in tests
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user