summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-26 17:54:02 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-26 17:54:02 -0500
commit630f67b96f75e1f67fd16193d551a04737d9be48 (patch)
treefc2fe3b888581ac91f755d666dc59aa43e2e55a6
parent0ab09a225dea3e675f323730d238281e2ef23cef (diff)
Deal with GitHub wiki's filename and page title limitations
-rw-r--r--Add-a-new-Fairy-type.md (renamed from Tutorials/New-Fairy-type.md)0
-rw-r--r--Game-Freak-devs.md (renamed from Game-Freak-Devs.md)0
-rw-r--r--Hard-coded-logic.md (renamed from Hard-Coded-Game-Logic.md)0
-rw-r--r--Home.md11
-rw-r--r--Sound-engine-commands.md (renamed from Sound-Engine-Commands.md)0
-rw-r--r--Tutorials.md2
6 files changed, 11 insertions, 2 deletions
diff --git a/Tutorials/New-Fairy-type.md b/Add-a-new-Fairy-type.md
index 23aef99..23aef99 100644
--- a/Tutorials/New-Fairy-type.md
+++ b/Add-a-new-Fairy-type.md
diff --git a/Game-Freak-Devs.md b/Game-Freak-devs.md
index b4f3ada..b4f3ada 100644
--- a/Game-Freak-Devs.md
+++ b/Game-Freak-devs.md
diff --git a/Hard-Coded-Game-Logic.md b/Hard-coded-logic.md
index 90c358a..90c358a 100644
--- a/Hard-Coded-Game-Logic.md
+++ b/Hard-coded-logic.md
diff --git a/Home.md b/Home.md
index ec4debe..a437003 100644
--- a/Home.md
+++ b/Home.md
@@ -1,3 +1,12 @@
Welcome to the pokecrystal wiki!
-The list of pages is on the right.
+## Pages
+
+- [Home](Home)
+- [Tutorials](Tutorials)
+- [Hard-coded logic](Hard-coded-logic)
+- [Game Freak devs](Game-Freak-devs)
+
+Old pages:
+
+- [Sound engine commands](Sound-engine-commands)
diff --git a/Sound-Engine-Commands.md b/Sound-engine-commands.md
index 85a94a2..85a94a2 100644
--- a/Sound-Engine-Commands.md
+++ b/Sound-engine-commands.md
diff --git a/Tutorials.md b/Tutorials.md
index 6430df5..faee88a 100644
--- a/Tutorials.md
+++ b/Tutorials.md
@@ -1,3 +1,3 @@
**How to add a new…**
-- [Type (Fairy)](Tutorials/New-Fairy-type.md)
+- [Type (Fairy)](Add-a-new-Fairy-type)