mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-24 11:14:10 -05:00
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
original-commit-id: f305b27025562df97aa35e0f535a0b6892f4f101
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user