add explanation

ExpoSeed 2020-06-13 01:18:07 -05:00
parent 8303897de3
commit 4b80e7793f
1 changed files with 2 additions and 0 deletions

@ -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)