From 4b80e7793ff202f21beffe73cfdf79004bc2feaf Mon Sep 17 00:00:00 2001 From: ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> Date: Sat, 13 Jun 2020 01:18:07 -0500 Subject: [PATCH] add explanation --- Allow-running-indoors.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Allow-running-indoors.md b/Allow-running-indoors.md index a606fc9..902784d 100644 --- a/Allow-running-indoors.md +++ b/Allow-running-indoors.md @@ -2,6 +2,8 @@ Credit to TheXaman for posting this in the Simple Modifications Pokecommunity th This tutorial will allow the player to run on any map. +Normally, the game checks the map header to see if the player is allowed to run on the map. All we need to do is remove that check. + Edit [src/bike.c](../blob/master/src/bike.c): ```diff bool32 IsRunningDisallowed(u8 metatile)