summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Remove-Artificial-Save-Delay.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Remove-Artificial-Save-Delay.md b/Remove-Artificial-Save-Delay.md
index 8b87a13..83010e8 100644
--- a/Remove-Artificial-Save-Delay.md
+++ b/Remove-Artificial-Save-Delay.md
@@ -1,6 +1,6 @@
-Pokemon Red saves quicker than Pokemon Crystal on its own. However, it is still putting in an artificial delay. This is a much simpler fix than Pokemon Crystal's, and here it is:
+Pokemon Red saves quicker than Pokemon Crystal on its own. However, it, like Crystal, uses an artificial delay. This is a much simpler fix than Pokemon Crystal's, and here it is:
-Open up [engine/save.asm](https://github.com/pret/pokered/blob/master/engine/save.asm) and scroll down to about line 160, and you will have to remove these lines:
+Open up [engine/save.asm](https://github.com/pret/pokered/blob/master/engine/save.asm) and scroll down to about line 160, and you will have to change these lines:
```diff
SaveSAV:
@@ -70,6 +70,6 @@ and [text.asm](https://github.com/pret/pokered/blob/master/text.asm) (about line
- line "SAVE the game?"
- done
```
-This optional change completely removes the "Would you like to SAVE the game?" choice, as well as the text and text pointer. For it.
+This optional change completely removes the "Would you like to SAVE the game?" choice, as well as the text and text pointer for it.
Done! The game should save quickly without going through that useless menu. Enjoy! \ No newline at end of file