shithub: pokecrystal

Download patch

ref: 564a1b5874dfb7bae6454ad0b78d11cd1454aaab
parent: 50ae458b08d6097510a2f95dc596cad6e2c31eeb
author: Bryan Bishop <[email protected]>
date: Sun Jan 27 11:30:27 EST 2013

fix pksv imports in tests

--- a/extras/tests.py
+++ b/extras/tests.py
@@ -23,6 +23,11 @@
     calculate_pointer,
 )
 
+from pksv import (
+    pksv_gs,
+    pksv_crystal,
+)
+
 from crystal import (
     rom,
     load_rom,
@@ -50,7 +55,6 @@
     process_00_subcommands,
     parse_all_map_headers,
     translate_command_byte,
-    pksv_gs,
     map_name_cleaner,
     load_map_group_offsets,
     load_asm,
@@ -64,7 +68,6 @@
     get_map_constant_label_by_id,
     get_id_for_map_constant_label,
     AsmList,
-    pksv_crystal,
     calculate_pointer_from_bytes_at,
     isolate_incbins,
     remove_quoted_text,