diff --git a/crystal.py b/crystal.py index bcff6c2..0e0c928 100644 --- a/crystal.py +++ b/crystal.py @@ -2333,7 +2333,7 @@ class WriteTextFromRAM(TextCommand): macro_name = "text_from_ram" size = 3 param_types = { - 0: {"name": "pointer", "class": PointerLabelParam}, + 0: {"name": "pointer", "class": MultiByteParam}, } class WriteNumberFromRAM(TextCommand): """