From 416e896956d3b05793337da6609fe1544797c0a9 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 22 Feb 2024 08:52:20 +0200 Subject: Add stuff, refactor --- resources/asm/ext_string_io.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'resources/asm/ext_string_io.py') diff --git a/resources/asm/ext_string_io.py b/resources/asm/ext_string_io.py index 519077d..e00ac78 100644 --- a/resources/asm/ext_string_io.py +++ b/resources/asm/ext_string_io.py @@ -1,5 +1,4 @@ -from asm_ops import * -from ext_std import * +from atk16_asm.asm_ops import * def to_char_code(c: str): return ord(c) -- cgit v1.3