Convert some old Shift-JIS comments to UTF-8
This commit is contained in:
parent
f6dd58429e
commit
f690f9907d
1 changed files with 4 additions and 4 deletions
|
@ -16,12 +16,12 @@ void ReadyMapName(const char *str)
|
||||||
// Handle "Studio Pixel presents" text in the intro, using an obfuscated string
|
// Handle "Studio Pixel presents" text in the intro, using an obfuscated string
|
||||||
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