From 5d52935fa82c72769cab6e7f73140abe2c03f2d0 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 21 Dec 2011 00:17:42 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hg-commit-id: 24a16073172d --- pokered.asm | 2 +- textpre.awk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"