diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-17 16:55:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-17 16:55:10 -0400 |
commit | 8e24c0a3070f735f588a78991f0174eff64d5346 (patch) | |
tree | 3a2a0ae459b75291ad327ec3e37a7ef103337d04 | |
parent | 97eec1f1654a95157594ac284e63f23997672e1a (diff) |
Link in sidebar
-rw-r--r-- | Home.md | 2 | ||||
-rw-r--r-- | _Sidebar.md | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -5,5 +5,5 @@ Welcome to the pokecrystal wiki! - **[Tutorials](Tutorials):** Lots of how-to guides for making custom games: change the GSC content, port features from newer generations, and overcome some limitations of the pokecrystal engine. - **[Hard-coded logic](Hard-coded-logic):** Things you'll want to know for making a game that aren't abstracted out into data tables. - **[Game Freak devs](Game-Freak-devs):** Trivia about the GSC development process. -- **[Code cleanup]:** Guidelines for what needs doing if you're helping to refactor the pokecrystal code. +- **[Code cleanup](Code-cleanup):** Guidelines for what needs doing if you're helping to refactor the pokecrystal code. - **[Links](Links):** For information not on this wiki. diff --git a/_Sidebar.md b/_Sidebar.md index 258fe81..3b62685 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -2,4 +2,5 @@ - [Tutorials](Tutorials) - [Hard-coded logic](Hard-coded-logic) - [Game Freak devs](Game-Freak-devs) +- [Code cleanup](Code-cleanup) - [Links](Links) |