diff options
author | hyperdriveguy <hyperdriveguy@gmail.com> | 2019-10-13 23:29:38 -0700 |
---|---|---|
committer | hyperdriveguy <hyperdriveguy@gmail.com> | 2019-10-13 23:29:38 -0700 |
commit | e0110abddd002005cf90633a8315505ba914e822 (patch) | |
tree | 30a6a012bf3b398ac25659ccc42703074e41c447 | |
parent | 6bc084718ad068e7e2ea6a907b46a6a634bcb8c8 (diff) |
Added Muse2Pokecrystal
-rw-r--r-- | Links.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,9 +6,10 @@ This page contains links to user-created content that could be useful for people - [Polished Map](https://github.com/Rangi42/polished-map) - Map, tileset, and event editor for Windows or Linux. - [Tilemap Studio](https://github.com/Rangi42/tilemap-studio) - Tilemap editor for Windows or Linux. - [Crowdmap](https://github.com/yenatch/crowdmap) - Cross-platform map and event editor. (Not updated since 2017, doesn't work with pokecrystal any more.) -- [GB Note](https://hax.iimarckus.org/topic/7113/) - ASM and MIDI music editor. +- [GB Note](https://hax.iimarckus.org/topic/7113/) - ASM and MIDI music editor. Windows only. - [Midi2ASM](https://hax.iimarckus.org/topic/7671/) - Converts MIDI to ASM (one file with all four channels). Requires [mid2txt](http://flashmusicgames.com/midi/mid2txt.php) pre-processing. - [MIDI2GSC](http://www.mediafire.com/file/je58y68i7us1ud6/GSCImport+Midi2GSC.rar) - Converts MIDI to ASM (one file per channel). Requires [gs2c.py](https://github.com/Rangi42/polishedcrystal/blob/master/utils/gs2c.py) post-processing for updated pokecrystal ASM format. +- [Muse2Pokecrystal](https://github.com/nephitejnf/muse2pokecrystal) - Converts MusicXML to ASM (one file with three or four channels). Intended for use in conjunction with [Musescore](https://musescore.org). - [sprites.scm](https://raw.githubusercontent.com/mid-kid/config/master/gimp/.config/GIMP/2.10/scripts/sprites.scm) - GIMP script to aid with creating a proper Pokémon sprite. - [free_space.awk](https://github.com/pret/pokecrystal/blob/master/tools/free_space.awk) - Calculates available space in the ROM from the pokecrystal.map file. - Free hex editors for Windows - [FlexHEX](http://www.flexhex.com/), [HxD](https://mh-nexus.de/en/hxd/), [Frhed](http://frhed.sourceforge.net/en/), [wxMEdit](https://wxmedit.github.io/), [Catch22 HexEdit](https://www.catch22.net/software/hexedit), or [wxHexEditor](https://www.wxhexeditor.org/). |