summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-21 00:17:42 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-21 00:17:42 -0700
commit5d52935fa82c72769cab6e7f73140abe2c03f2d0 (patch)
tree3fc0ad994403b12e11a5a5e26b98b03bf40bf06c
parentbd9ca785e060f9172e03f2767b8dbc639a580b52 (diff)
Add ….
hg-commit-id: 24a16073172d
-rw-r--r--pokered.asm2
-rw-r--r--textpre.awk1
2 files changed, 2 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index c0a3b75b..2a51e878 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -666,7 +666,7 @@ Char5EText:
Char54Text:
db "POKé@"
Char56Text:
- db $75,$75,$50 ; ……
+ db "……@"
Char5AText:
db "Enemy @"
Char4AText:
diff --git a/textpre.awk b/textpre.awk
index 5e3d065d..40575fb0 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -3,6 +3,7 @@ FS = "\""
char["@"] = "$50"
char["#"] = "$54"
+char["…"] = "$75"
char[" "] = "$7F"
char["A"] = "$80"
char["B"] = "$81"