Convert some old Shift-JIS comments to UTF-8

This commit is contained in:
Clownacy 2019-10-21 19:28:21 +01:00
parent f6dd58429e
commit f690f9907d

View file

@ -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,