blob: 6562ac669c4f0571ad9715166defc4cc7b38e713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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](https://github.com/Rangi42/polished-map) - C++-based map and tileset editor.
- [Crowdmap](https://github.com/yenatch/crowdmap) - Javascript-based map and event editor.
- [free_space.awk](https://github.com/Rangi42/pokecrystal/blob/freespace/tools/free_space.awk) - Calculates available space in the ROM from the pokecrystal.map file.
- [sprites.scm](https://pastebin.com/raw/3msajDaj) - GIMP script to aid with creating a proper Pokémon sprite.
Documents
---------
- [Trainer AI in GSC](https://pastebin.com/EjAW76cx) - Details the behavior of the AI in human-readable form.
- [Sound engine commands](Sound-engine-commands) - Describes all commands that are used by the sound engine.
Feature branches
----------------
- [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data.
|