Skip to content

Commit 07868f4

Browse files
committed
マップ選択のBGMファイル名をMAP.pmdにしていたが、本来の番号は10番で、るーこのエピローグで使われていたので、そこで無音にならないようM10.pmdにリネーム
1 parent ecdd949 commit 07868f4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

pceth2_sel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void pceth2_initMapClock()
294294
}
295295

296296
#define BG_MAPSELECT "MAP_BG.pgx"
297-
#define BGM_MAPSELECT "MAP.pmd"
297+
#define BGM_MAPSELECT "M10.pmd"
298298

299299
/*
300300
* マップ選択を初期化

0 commit comments

Comments
 (0)