summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Add-a-new-music-song.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Add-a-new-music-song.md b/Add-a-new-music-song.md
index a76694f..0596d22 100644
--- a/Add-a-new-music-song.md
+++ b/Add-a-new-music-song.md
@@ -109,8 +109,9 @@ Here are some materials to get started:
- **[MidiEditor](https://www.midieditor.org/):** A free program to edit, record, and play MIDI files. More limited than Anvil Studio, but easier to learn if you just want to edit an existing MIDI file.
- **[VGMusic.com](https://www.vgmusic.com/):** A source for many MIDIs sequenced or demixed from video games, including most of the Pokémon series.
- **[MIDI2GSC](http://www.mediafire.com/file/je58y68i7us1ud6/GSCImport+Midi2GSC.rar):** An old tool by FroggestSpirit that converts a set of one to four MIDIs, one for each channel, into a single ASM file. It was made back when ROMs were hacked right in a hex editor, so it comes with the now-obsolete GSCImport tool to patch the music right into a GBC file. [This tutorial](https://hax.iimarckus.org/topic/4457/) describes what that process used to be like.
-- **[gs2c.py](https://github.com/Rangi42/polishedcrystal/blob/master/utils/gs2c.py)**: A Python script by Rangi that converts the output of MIDI2GSC into the up-to-date pokecrystal's music macros. You'll still have to define the headers yourself, and check for any comments of "`WARNING: unconverted`".
+- **[gs2c.py](https://github.com/Rangi42/polishedcrystal/blob/master/utils/gs2c.py):** A Python script by Rangi that converts the output of MIDI2GSC into the up-to-date pokecrystal's music macros. You'll still have to define the headers yourself, and check for any comments of "`WARNING: unconverted`".
- **[GB Note](https://hax.iimarckus.org/topic/7113/):** Another tool by FroggestSpirit that can directly open and edit ASM files as well as MIDI files.
- **[Midi2ASM Converter](https://github.com/TriteHexagon/Midi2ASM-Converter):** A tool by TriteHexagon to convert MIDI files into up-to-date pokecrystal ASM files. Inspired by GB Note.
+- **[Muse2pokecrystal](https://github.com/nephitejnf/muse2pokecrystal):** A script by nephitejnf that converts MusicXML into pokecrystal ASM files. MusicXML is exported by programs such as [Musescore](https://musescore.org/en) and [Finale Notepad](https://www.finalemusic.com/products/notepad/).
Composing music may be harder to get into than simply editing graphics or text, but it's not at all impossible. Creators like [Pigu](https://pigu-a.bandcamp.com/album/pok-mon-anniversary-crystal-pigus-arranges), [coraldev](https://soundcloud.com/coraldev), [Mmmmmm](https://soundcloud.com/mmmmmmmmmmmmmmmmm-1/), [Monstarules](https://soundcloud.com/monstarules), and [TriteHexagon](https://soundcloud.com/user-930339535) have all made original music for pokecrystal-based games.