Links - pret/pokecrystal GitHub Wiki

This page contains links to user-created content that could be useful for people hacking on pokecrystal. Such content includes patches, utilities, resources, documents, and probably a bunch more.

Utilities

  • Polished Map - Map, tileset, and event editor for Windows or Linux.
  • Tilemap Studio - Tilemap editor for Windows or Linux.
  • Crystal Tracker - ASM song editor. Windows, Linux, or Mac.
  • GB Note - ASM and MIDI music editor. Windows only.
  • IttoAsm - Converts Impulse Tracker modules (*.it) into ASM (one file with all four channels).
  • Midi2ASM - Converts MIDI to ASM (one file with all four channels). Requires mid2txt pre-processing.
  • MIDI2GSC - Converts MIDI to ASM (one file per channel). Requires gs2c.py post-processing for updated pokecrystal ASM format.
  • Muse2Pokecrystal - Converts MusicXML to ASM (one file with three or four channels). Intended for use in conjunction with Musescore.
  • palfix.py - Fix a Pokémon/trainer PNG to have a four-color indexed palette (white, light color, dark color, black) or fix grayscale PNGs to not be indexed.
  • sprites.scm - GIMP script to aid with creating a proper Pokémon sprite.
  • free_space.awk - Calculates available space in the ROM from the pokecrystal.map file.
  • Free hex editors for Windows - FlexHEX, HxD, Frhed, wxMEdit, Catch22 HexEdit, or wxHexEditor.
  • Poke-cia - Provides a simple extension that repackages a Nintendo 3DS Virtual Console (VC) .cia file using the built .gbc(s) and .patch(s) generated from the pret Pokémon Gen I / II repos.

Documents