-
Notifications
You must be signed in to change notification settings - Fork 801
Links
Daniel Harding edited this page Mar 8, 2023
·
27 revisions
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.
- 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.
- Trainer AI in GSC - Details the behavior of the AI in human-readable form.