summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-03-22 21:17:15 -0600
committerIIMarckus <iimarckus@gmail.com>2012-03-22 21:17:15 -0600
commit297cd4d822abd49cbae170ce88798d0747d895db (patch)
tree37c4dac1da02e2e8f7b1188c0d110e5a339b4256
parentb8c90b6fdbe97cebb07fba0cd607be2a0faf4cc6 (diff)
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
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 03332b56..0b43c20c 100644
--- a/main.asm
+++ b/main.asm
@@ -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"