summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaveState <pgattic@gmail.com>2019-05-15 07:04:23 -0400
committerSaveState <pgattic@gmail.com>2019-05-15 07:04:23 -0400
commit9262cf0ec7c15b63d73e0bc24367be1a338aefa3 (patch)
tree1bbb747446aea7bf2a5ad598030094826e93ca3b
parent6c145b38bf29260afdd4a68fafcfee8a8ad249d0 (diff)
Updated Running Shoes (markdown)
-rw-r--r--Running-Shoes.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Running-Shoes.md b/Running-Shoes.md
index 2e636b3..77a690d 100644
--- a/Running-Shoes.md
+++ b/Running-Shoes.md
@@ -2,6 +2,8 @@ Hi guys! This code was provided to me by [Luna](https://github.com/TheFakeMateo)
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.
+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:
```diff
...
@@ -37,4 +39,4 @@ Here are the lines you gotta add in [home/overworld.asm](https://github.com/pret
and a
...
```
-Done! not too bad, huh? \ No newline at end of file
+Done! Not too bad, eh? \ No newline at end of file