mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
looks like text commands might mess up the preprocessor?
This commit is contained in:
parent
fa63fe8ab2
commit
57d11561b0
@ -12,7 +12,8 @@ from extras.crystal import command_classes, \
|
||||
PointerLabelBeforeBank, \
|
||||
PointerLabelAfterBank, \
|
||||
MoneyByteParam, \
|
||||
ItemFragment
|
||||
ItemFragment, \
|
||||
text_command_classes
|
||||
|
||||
macros = command_classes + \
|
||||
[
|
||||
@ -22,7 +23,7 @@ macros = command_classes + \
|
||||
PeopleEvent,
|
||||
DataByteWordMacro,
|
||||
ItemFragment,
|
||||
]
|
||||
] #+ [x[1] for x in text_command_classes]
|
||||
|
||||
chars = {
|
||||
"ガ": 0x05,
|
||||
|
Loading…
Reference in New Issue
Block a user