Correct comment spacing and convert MapName.cpp to UTF-8
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
2f15c23277
commit
9ed2cdc9f1
1 changed files with 10 additions and 10 deletions
|
@ -18,12 +18,12 @@ void ReadyMapName(const char *str)
|
||||||
unsigned char presentText[24] =
|
unsigned char presentText[24] =
|
||||||
{
|
{
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
// "ŠJ”ŽºPixel presents"
|
// "開発室Pixel presents"
|
||||||
0x8A - 1, // ŠJ
|
0x8A - 1, // 開
|
||||||
0x4A - 1,
|
0x4A - 1,
|
||||||
0x94 - 1, // ”
|
0x94 - 1, // 発
|
||||||
0xAD - 1,
|
0xAD - 1,
|
||||||
0x8E - 1, // Žº
|
0x8E - 1, // 室
|
||||||
0xBA - 1,
|
0xBA - 1,
|
||||||
'P' - 1,
|
'P' - 1,
|
||||||
'i' - 1,
|
'i' - 1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue