From 36e8d98206b3e6ce0f9a31b7cc4d34295e312e73 Mon Sep 17 00:00:00 2001 From: tustin2121 Date: Mon, 6 Mar 2023 00:10:17 -0500 Subject: [PATCH] Replacing colon with ratio character --- How-the-Game-Works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-the-Game-Works.md b/How-the-Game-Works.md index 55b1587..647adc1 100644 --- a/How-the-Game-Works.md +++ b/How-the-Game-Works.md @@ -1,7 +1,7 @@ What follows is a series of articles talking about how parts of the vanilla Pokemon Emerald engine function. This is not meant to be a guide for how to program the Game Boy Advance. Rather, it assumes you have programming knowledge, and tries to provide light on some areas of the Gen 3 game engine. We recommend Tonc for a whirlwind tour of general GBA programming: https://www.coranac.com/tonc/text/toc.htm ## Overview: -- **[The Game Loop](Overview%3A-The-Game-Loop)** - Introduction to the main game loop, main callbacks, sprite callbacks, and tasks. -- **[The Task System](Overview%3A-The-Task-System)** - More in depth about tasks and how they're used. +- **[The Game Loop](Overview%E2%88%B6-The-Game-Loop)** - Introduction to the main game loop, main callbacks, sprite callbacks, and tasks. +- **[The Task System](Overview%E2%88%B6-The-Task-System)** - More in depth about tasks and how they're used. - (TODO)