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