summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraaaaaa123456789 <aaaaaa123456789@acidch.at>2021-05-25 03:22:15 -0300
committeraaaaaa123456789 <aaaaaa123456789@acidch.at>2021-05-25 03:22:15 -0300
commit955f782c169102881793e3f42eb156f00c7ed243 (patch)
tree40fa25c493c4e9a29e06b824c6b3e81ba58ceea8
parent8af456f78e67302d4e749543b1ab70a77fa54c14 (diff)
Fixed a typo
-rw-r--r--Remove-the-artificial-save-delay.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remove-the-artificial-save-delay.md b/Remove-the-artificial-save-delay.md
index 9126ce3..5bbc1dc 100644
--- a/Remove-the-artificial-save-delay.md
+++ b/Remove-the-artificial-save-delay.md
@@ -235,7 +235,7 @@ Fortunately, since the game already contains separate texts for each situation,
The corresponding text from [data/text/common_3.asm](../blob/master/data/text/common_3.asm) can be removed as well:
```diff
--_AlreadyASaveFileTex::
+-_AlreadyASaveFileText::
- text "There is already a"
- line "save file. Is it"
- cont "OK to overwrite?"