text_from_ram isn't limited to <$8000 like in the text at 0x549a3

This commit is contained in:
Bryan Bishop 2012-05-11 13:40:54 -05:00
parent 55c174d342
commit f305b27025

View File

@ -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):
"""