summaryrefslogtreecommitdiff
path: root/Running-Shoes.md
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-09-01 22:31:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-09-01 22:31:47 -0400
commit3f79c6828a4ee636a1db638e7fc626a0919f14ef (patch)
tree697301b8f1785d0a269072172a684388a8f86931 /Running-Shoes.md
parent5842be512f6e3991e624bc9d8b311e5509b93aea (diff)
Cleanup, local screenshots, and Tilemap Studio
Diffstat (limited to 'Running-Shoes.md')
-rw-r--r--Running-Shoes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/Running-Shoes.md b/Running-Shoes.md
index 77a690d..1698df8 100644
--- a/Running-Shoes.md
+++ b/Running-Shoes.md
@@ -4,7 +4,8 @@ Anyway, what this code does is it makes the player run at double walking speed w
You should also note that your current save file may not be compatible with these changes, as you might be unable to move when you load the game. Restarting your progress will solve this issue, but if there is no problem, then no need to restart.
-Here are the lines you gotta add in [home/overworld.asm](https://github.com/pret/pokered/blob/master/home/overworld.asm) starting at about line 284:
+Here are the lines you gotta add in [home/overworld.asm](https://github.com/pret/pokered/blob/master/home/overworld.asm) starting at about line 284:
+
```diff
...
@@ -39,4 +40,5 @@ Here are the lines you gotta add in [home/overworld.asm](https://github.com/pret
and a
...
```
-Done! Not too bad, eh? \ No newline at end of file
+
+Done! Not too bad, eh?