1
1
Secret of Mana/Seiken Densetsu 2 MSU-1
2
- Version 0.9 Beta
2
+ Version 1.0
3
3
by DarkShock
4
4
5
- This hack adds CD quality audio to Secret of Mana (U) using the MSU-1 chip invented by byuu.
6
- The hack has been tested on SD2SNES, BSNES 075, bsnes-plus 073.1b and higan 094. The patched ROM needs to be named som_msu1.sfc.
5
+ This hack adds CD quality audio to Secret of Mana using the MSU-1 chip invented by byuu.
6
+ The hack has been tested on SD2SNES, bsnes-plus 073.1b and higan 094. The patched ROM needs to be named som_msu1.sfc.
7
+
8
+ BSNES v075 or any other version is NOT RECOMMENDED, use bsnes-plus it's much better (and also the emulator I use for testing/analysis/debugging).
7
9
8
10
Works also with:
9
11
- Seiken Densetsu 2 (J)
@@ -12,6 +14,13 @@ Works also with:
12
14
**** IMPORTANT FOR PAL ROM *****
13
15
You need to edit the manifest file (som_msu1.xml or manifest.bml) and change NTSC to PAL in order to work
14
16
17
+ In order for this to work, you need the music pack available here: https://www.mediafire.com/?q6lss155pnywtt3
18
+
19
+ =================
20
+ = Patch the ROM =
21
+ =================
22
+ Use Lunar IPS or your favorite IPS patcher to patch the ROM.
23
+
15
24
===============
16
25
= Using BSNES =
17
26
===============
@@ -24,7 +33,7 @@ You need to edit the manifest file (som_msu1.xml or manifest.bml) and change NTS
24
33
===============
25
34
1. Patch the ROM
26
35
2. Launch it using higan
27
- 3. Go to %USERPROFILE%\Emulation\Super Famicom\topgear2s_msu1 .sfc in Windows Explorer.
36
+ 3. Go to %USERPROFILE%\Emulation\Super Famicom\som_msu1 .sfc in Windows Explorer.
28
37
4. Copy manifest.bml and the .pcm file there
29
38
5. Run the game
30
39
@@ -37,8 +46,10 @@ Launch the game and voil
37
46
===========
38
47
= Credits =
39
48
===========
40
- * DarkShock - ASM hacking & coding, Music editing
41
- * David Thomas /GinBunBun - Music compilation
49
+ * DarkShock - ASM hacking & coding
50
+ * David Thomas / GinBunBun - Music compilation
51
+ * NTI Productions - Music editing
52
+ * Datschge - SPC dump
42
53
43
54
=========
44
55
= Music =
@@ -66,8 +77,8 @@ $13 / 19 = The Legend
66
77
$14 / 20 = The Orphan of Storm
67
78
$15 / 21 = Eight Ringing Bells
68
79
$16 / 22 = Dancing Beasts
69
- $17 / 23 = Victory !
70
- $18 / 24 = Got Mana Sword SFX
80
+ $17 / 23 = Victory ! (Jingle)
81
+ $18 / 24 = Boss Defeated
71
82
$19 / 25 = Cannon Travel Lunch (SFX)
72
83
$1A / 26 = Cannon Travel (SFX)
73
84
$1B / 27 = Ceremony
@@ -76,9 +87,9 @@ $1D / 29 = A Prayer and a Whisper
76
87
$1E / 30 = New Contient Rises (SFX)
77
88
$1F / 31 = Happenings on a Moonlight Night
78
89
$20 / 32 = A Curious Happening
79
- $21 / 33 = ?????
90
+ $21 / 33 = Unused Jingle 1
80
91
$22 / 34 = Midge Mallet (SFX)
81
- $23 / 35 = Unknown Jingle
92
+ $23 / 35 = Unknown Jingle 2
82
93
$24 / 36 = A Wish
83
94
$25 / 37 = Monarch on the Shore
84
95
$26 / 38 = Steel and Traps
@@ -88,10 +99,10 @@ $29 / 41 = Kind Memories
88
99
$2A / 42 = The Holy Intruder
89
100
$2B / 43 = In the Darkness' Depths (The Dead of Night)
90
101
$2C / 44 = Angel's Fear
91
- $2D / 45 = Squaresoft rowing sound
92
- $2E / 46 = (Jingle)
93
- $2F / 47 = (Jingle)
94
- $30 / 48 = (Jingle)
102
+ $2D / 45 = Mysterious Moaning
103
+ $2E / 46 = Mara's Key (Jingle)
104
+ $2F / 47 = Got an Item (Jingle)
105
+ $30 / 48 = Elemental Acquired (Jingle)
95
106
$31 / 49 = Give Love its Rightful Time
96
107
$32 / 50 = The Second Truth from the left
97
108
$33 / 51 = The Curse
@@ -112,6 +123,7 @@ To compile the hack you need
112
123
113
124
* bass v14 (https://web.archive.org/web/20140710190910/http://byuu.org/files/bass_v14.tar.xz)
114
125
* wav2msu (https://github.com/mlarouche/wav2msu)
126
+ * sox (https://sox.sourceforge.net/)
115
127
116
128
To distribute the hack you need
117
129
@@ -120,5 +132,6 @@ To distribute the hack you need
120
132
121
133
make.bat assemble the patch
122
134
create_pcm.bat create the .pcm from the WAV files
135
+ edit_audio.bat process the WAV files with SOX
123
136
distribute.bat distribute the patch
124
137
make_all.bat does everything
0 commit comments