summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-22 11:55:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-22 11:55:10 -0400
commit954ef8fc6abc39f4949bd652d303269f6bf77832 (patch)
treef4079b5c3f72a118a8fcf4f7e332a64f40cfb376
parent706a30260ca51ce2b2554272a985a6513a1fbb5f (diff)
Edit
-rw-r--r--Home.md4
-rw-r--r--Links.md11
-rw-r--r--_Sidebar.md2
3 files changed, 6 insertions, 11 deletions
diff --git a/Home.md b/Home.md
index c6ae94e..c74445a 100644
--- a/Home.md
+++ b/Home.md
@@ -7,7 +7,3 @@ Welcome to the pokecrystal wiki!
- [Hard-coded logic](Hard-coded-logic)
- [Game Freak devs](Game-Freak-devs)
- [Links](Links)
-
-Old pages:
-
-- [Sound engine commands](Sound-engine-commands)
diff --git a/Links.md b/Links.md
index 5e707df..6562ac6 100644
--- a/Links.md
+++ b/Links.md
@@ -4,17 +4,18 @@ Such content includes patches, utilities, resources, documents, and probably a b
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.
+- [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. \ No newline at end of file
+- [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data.
diff --git a/_Sidebar.md b/_Sidebar.md
index 7169fc8..258fe81 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -3,5 +3,3 @@
- [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