summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--preprocessor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/preprocessor.py b/preprocessor.py
index e529fe043..0d55c906f 100644
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -626,7 +626,7 @@ def preprocess(macros, skippable_macros=None, lines=None):
macro_table = make_macro_table(list(set(macros + skippable_macros)))
# HACK for pokecrystal. Must be after make_macro_table call.
- skippable_macros += ["TextEndingCommand"]
+ skippable_macros += ["TextEndingCommand", "ItemFragment"]
if not lines:
# read each line from stdin