From 3bbe68dbfad33b4932bb24fd403017b941f44b31 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 11 May 2012 13:40:54 -0500 Subject: text_from_ram isn't limited to <$8000 like in the text at 0x549a3 original-commit-id: f305b27025562df97aa35e0f535a0b6892f4f101 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- cgit v1.2.3