ref: f690f9907dd5f5ee7b49e6cfa157141321366e87
parent: f6dd58429e62e1b8d8d4e4062f3d69a84482294b
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Oct 21 15:28:21 EDT 2019
Convert some old Shift-JIS comments to UTF-8
--- a/src/MapName.cpp
+++ b/src/MapName.cpp
@@ -16,12 +16,12 @@
// Handle "Studio Pixel presents" text in the intro, using an obfuscated string
unsigned char presentText[24] = {
#ifdef JAPANESE
- // "�J����Pixel presents"
- 0x8A - 1, // �J
+ // "開発室Pixel presents"
+ 0x8A - 1, // 開
0x4A - 1,
- 0x94 - 1, // ��
+ 0x94 - 1, // 発
0xAD - 1,
- 0x8E - 1, // ��
+ 0x8E - 1, // 室
0xBA - 1,
'P' - 1,
'i' - 1,