You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
This commit is contained in:
@@ -2333,7 +2333,7 @@ class WriteTextFromRAM(TextCommand):
|
|||||||
macro_name = "text_from_ram"
|
macro_name = "text_from_ram"
|
||||||
size = 3
|
size = 3
|
||||||
param_types = {
|
param_types = {
|
||||||
0: {"name": "pointer", "class": PointerLabelParam},
|
0: {"name": "pointer", "class": MultiByteParam},
|
||||||
}
|
}
|
||||||
class WriteNumberFromRAM(TextCommand):
|
class WriteNumberFromRAM(TextCommand):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user