You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
add ItemFragment to macros in preprocessor
This commit is contained in:
@@ -11,10 +11,18 @@ from extras.crystal import command_classes, \
|
|||||||
DataByteWordMacro, \
|
DataByteWordMacro, \
|
||||||
PointerLabelBeforeBank, \
|
PointerLabelBeforeBank, \
|
||||||
PointerLabelAfterBank, \
|
PointerLabelAfterBank, \
|
||||||
MoneyByteParam
|
MoneyByteParam, \
|
||||||
|
ItemFragment
|
||||||
|
|
||||||
macros = command_classes + \
|
macros = command_classes + \
|
||||||
[Warp, XYTrigger, Signpost, PeopleEvent, DataByteWordMacro]
|
[
|
||||||
|
Warp,
|
||||||
|
XYTrigger,
|
||||||
|
Signpost,
|
||||||
|
PeopleEvent,
|
||||||
|
DataByteWordMacro,
|
||||||
|
ItemFragment,
|
||||||
|
]
|
||||||
|
|
||||||
chars = {
|
chars = {
|
||||||
"ガ": 0x05,
|
"ガ": 0x05,
|
||||||
|
Reference in New Issue
Block a user