summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaveState <pgattic@gmail.com>2019-06-06 09:15:22 -0400
committerSaveState <pgattic@gmail.com>2019-06-06 09:15:22 -0400
commitbeec9d1e8c9642879720fc86528769eaf5ff3fc1 (patch)
treea1cbeaa779686ac3dcd46729dc34711d7d88303a
parent96620eb021860cee9aa00ad36815dfec645a303e (diff)
Updated Remove Artificial Save Delay (markdown)
-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