Skip to content

Commit 288a6db

Browse files
committed
Fix missing images
1 parent d2142ec commit 288a6db

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Update/kage_002.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4873,7 +4873,7 @@ void main()
48734873
NULL, "The notes that she discovered that day were deteriorating from 12 years of age, and had been transferred to a file for preservation.", Line_Normal);
48744874
ClearMessage();
48754875

4876-
DrawScene("note", 1000 );
4876+
DrawScene("background/note", 1000 );
48774877

48784878
//rそのノートの最後のページに走り書きで記され、大きく丸印で囲まれていたメモが——
48794879
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }

Update/kage_006.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ void main()
10421042

10431043
DrawScene("black", 500 );
10441044
DrawFilm( 2, 176, 155, 104, 255, 0, 200, TRUE );
1045-
DrawScene("note", 500 );
1045+
DrawScene("background/note", 500 );
10461046

10471047
//r『あれ』とは巴たちの両親が火災事故で死んだ後、焼け残った倉庫で偶然発見した父のメモのことだった。
10481048
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }

Update/kage_011.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ void main()
23862386
NULL, "......", Line_Normal);
23872387
ClearMessage();
23882388

2389-
DrawScene("sora_inverse", 1000 );
2389+
DrawScene("background/sora_inverse", 1000 );
23902390

23912391
//あおいrvS08/00/VT2B_aoi1038.「ふふ、うふふふふふふふふふ。kvS08/00/VT2B_aoi1039.…みんな、死んじゃえ。kvS08/00/VT2B_aoi1040.あははははははははははははははははは」
23922392
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>あおい</color>", NULL, "<color=#f5e6d3>Aoi</color>", NULL, Line_ContinueAfterTyping); }

Update/kage_tips_132.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ void main()
1010

1111
//破れかけの日記帳
1212

13-
DrawSceneWithMask("note", "v_right", 0, 0, 1000 );
13+
DrawSceneWithMask("background/note", "v_right", 0, 0, 1000 );
1414
PlayBGM( 2, "hm08_34", 128, 0 );
1515
Wait( 500 );
1616

Update/kage_tips_134.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ void main()
237237
ClearMessage();
238238

239239
DrawScene("white", 1000 );
240-
DrawScene("hata_nai1_inverse", 1000 );
240+
DrawScene("background/hata_nai1_inverse", 1000 );
241241

242242
//あおいrvS20/00/VTT_aoi3006.「……」
243243
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>あおい</color>", NULL, "<color=#f5e6d3>Aoi</color>", NULL, Line_ContinueAfterTyping); }
@@ -301,7 +301,7 @@ void main()
301301
PlayBGM( 1, "semi_r", 128, 0 );
302302
FadeOutBGM( 2, 200, FALSE );
303303
DrawScene("white", 1000 );
304-
DrawScene("hata_nai1_inverse", 1000 );
304+
DrawScene("background/hata_nai1_inverse", 1000 );
305305

306306
//r…お母さん。
307307
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }

0 commit comments

Comments
 (0)