summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-20 19:06:06 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-20 19:06:06 -0400
commitc0fe56a7bb4bcf17fb7626b53c3403989f1b82a6 (patch)
treef1c7ea7ac2c2ed23b88ebe3f9c6cba58d5347b37
parent55707d102be47a53b054c471b700e94c01f86d2f (diff)
parentf86d2b535817e85c898b2d6757f5fa41b5bd93f0 (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal.wiki
-rw-r--r--Home.md1
-rw-r--r--Links.md20
-rw-r--r--_Sidebar.md1
3 files changed, 22 insertions, 0 deletions
diff --git a/Home.md b/Home.md
index a437003..c6ae94e 100644
--- a/Home.md
+++ b/Home.md
@@ -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