diff options
Diffstat (limited to 'source/encoding.c')
-rw-r--r-- | source/encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/encoding.c b/source/encoding.c index 0a44800..3d888fa 100644 --- a/source/encoding.c +++ b/source/encoding.c | |||
@@ -332,7 +332,7 @@ void decodePokemonCharset( | |||
332 | // left white corner bracket | 332 | // left white corner bracket |
333 | if (language == Japanese) | 333 | if (language == Japanese) |
334 | { | 334 | { |
335 | next = "\xe3\x80\x83"; | 335 | next = "\xe3\x80\x8e"; |
336 | } | 336 | } |
337 | // double low-9 quotation mark | 337 | // double low-9 quotation mark |
338 | else if (language == German) | 338 | else if (language == German) |