diff options
author | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2020-06-13 01:18:07 -0500 |
---|---|---|
committer | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2020-06-13 01:18:07 -0500 |
commit | 4b80e7793ff202f21beffe73cfdf79004bc2feaf (patch) | |
tree | ce9e88bc3687824965da3f6beb6d804e7397f069 | |
parent | 8303897de3c8b37bc1190b7ff17516e4fb6eea03 (diff) |
add explanation
-rw-r--r-- | Allow-running-indoors.md | 2 |
1 files changed, 2 insertions, 0 deletions
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) |