mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
set TextInlineAsm to size=1 for now
This commit is contained in:
parent
47d1e412b9
commit
fa63fe8ab2
@ -2378,6 +2378,7 @@ class TextInlineAsm(TextCommand):
|
|||||||
id = 0x8
|
id = 0x8
|
||||||
macro_name = "start_asm"
|
macro_name = "start_asm"
|
||||||
end = True
|
end = True
|
||||||
|
size = 1
|
||||||
# TODO: parse the following asm with gbz80disasm
|
# TODO: parse the following asm with gbz80disasm
|
||||||
class WriteDecimalNumberFromRAM(TextCommand):
|
class WriteDecimalNumberFromRAM(TextCommand):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user