diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-08-22 18:22:04 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-08-22 18:22:04 -0400 |
commit | 6c3d8b814121a2ba3831a30c5370837c35e6fa1a (patch) | |
tree | cc16fa73de76f4a7393468d2d0642026bb1997cd | |
parent | 802bd774bd221f50b33d0cc25ed5c47910ffb145 (diff) |
Link to Midi2ASM Converter
-rw-r--r-- | Add-a-new-music-song.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Add-a-new-music-song.md b/Add-a-new-music-song.md index 4c29f52..fbfcc7d 100644 --- a/Add-a-new-music-song.md +++ b/Add-a-new-music-song.md @@ -111,5 +111,6 @@ Here are some materials to get started: - **[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`". - **[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. 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), [Monstarules](https://soundcloud.com/monstarules), and [TriteHexagon](https://soundcloud.com/user-930339535) have all made original music for pokecrystal-based games. |