summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaveState <pgattic@gmail.com>2019-05-14 22:09:42 -0400
committerSaveState <pgattic@gmail.com>2019-05-14 22:09:42 -0400
commit6c145b38bf29260afdd4a68fafcfee8a8ad249d0 (patch)
treef53e6074c53b035ab69958385e924e8845adf035
parent41e8e68b17e38b46c18ff35ef7b9d2fb3888324b (diff)
Updated Running Shoes (markdown)
-rw-r--r--Running-Shoes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Running-Shoes.md b/Running-Shoes.md
index 0f61486..2e636b3 100644
--- a/Running-Shoes.md
+++ b/Running-Shoes.md
@@ -1,7 +1,8 @@
Hi guys! This code was provided to me by [Luna](https://github.com/TheFakeMateo) so credit to that person!
Anyway, what this code does is it makes the player run at double walking speed when holding B, 4x walking speed while holding B on bike, and the surfing speed is also double running speed.
-Here are the changes required 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
...