diff options
-rw-r--r-- | Home.md | 1 | ||||
-rw-r--r-- | Links.md | 20 | ||||
-rw-r--r-- | _Sidebar.md | 1 |
3 files changed, 22 insertions, 0 deletions
@@ -6,6 +6,7 @@ Welcome to the pokecrystal wiki! - [Tutorials](Tutorials) - [Hard-coded logic](Hard-coded-logic) - [Game Freak devs](Game-Freak-devs) +- [Links](Links) Old pages: diff --git a/Links.md b/Links.md new file mode 100644 index 0000000..b19b135 --- /dev/null +++ b/Links.md @@ -0,0 +1,20 @@ +This page contains links to user-created content that showcases everything that can be done with pokecrystal. +Such content includes patches, utilities, resources, documents, and probably a bunch more. + +Utilities +--------- + +- [Polished Map](https://github.com/Rangi42/polished-map) - FLTK-based map editor. +- [Crowdmap](https://github.com/yenatch/crowdmap) - Javascript-based map editor. +- [free_space.awk](https://github.com/Rangi42/pokecrystal/blob/freespace/tools/free_space.awk) - Calculates available space in the ROM. +- [sprites.scm](https://pastebin.com/raw/3msajDaj) - GIMP script to aid with creating a proper pokemon sprite. + +Documents +--------- + +- [Trainer AI in GSC](https://pastebin.com/EjAW76cx) - Details the behavior of the AI in human-readable form. + +Feature branches +---------------- + +- [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data.
\ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 8f40586..7169fc8 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -2,5 +2,6 @@ - [Tutorials](Tutorials) - [Hard-coded logic](Hard-coded-logic) - [Game Freak devs](Game-Freak-devs) +- [Links](Links) --- - [Sound engine commands](Sound-engine-commands)
\ No newline at end of file |