You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
set TextInlineAsm to size=1 for now
This commit is contained in:
@@ -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):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user