Work around a bug in textpre.py.

Comments should not be parsed by textpre.py. Comments with characters in
quotes that don't exist in textpre.py trigger a Python error.

hg-commit-id: 83bd89af377e
This commit is contained in:
IIMarckus 2012-03-22 21:17:15 -06:00
parent b8c90b6fdb
commit 297cd4d822

View file

@ -21191,7 +21191,7 @@ SubstituteEffectHandler: ;0x17DAD
ld b, $0f
jp Bankswitch
.alreadyHasSubstitute
ld hl, UnnamedText_17e22 ;"____ has a substitute"
ld hl, UnnamedText_17e22 ;"x has a substitute"
jr .printText
.notEnoughHP
ld hl, UnnamedText_17e27 ;"too weak to make substitute"