Others Complete [Translation Request] Dungeon and Bride [Makura cover soft][RJ01431277]

Yuizorb

Newbie
Mar 31, 2021
58
223
119
I'm gonna cry...
Code:
        // 文字描画・一部の指定文字があったらその動作をする
        for(var i = 0; i < text.length; i++)
        {
            if(text[i] == "r") reline();    // r : 改行
            else if(text[i] == "g") chColor = 0x80FF80;    // g : 緑
            else if(text[i] == "y") chColor = 0xFFFFC0;    // y : 黄色
            else if(text[i] == "p") chColor = 0xFFC0C0;    // p : ピンク
            else if(text[i] == "c") chColor = 0xC0E0FF;    // c : シアン
            else if(text[i] == "b") chColor = 0x0000C0;    // b : 青
            else if(text[i] == "w") chColor = 0xFFFFFF;    // w : 白
            else if(text[i] == "k") chColor = 0x000000;    // k : 黒
            else
            {
Why did they do this :HideThePain:
 

Gicoo

Engaged Member
Feb 18, 2018
2,141
5,785
637
Nice, but no easy accessed gallery? Game seems very gamepaly heavy. I recall the prequel had autowin at least.