summaryrefslogtreecommitdiff
path: root/Remove-the-artificial-save-delay.md
diff options
context:
space:
mode:
Diffstat (limited to 'Remove-the-artificial-save-delay.md')
-rw-r--r--Remove-the-artificial-save-delay.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Remove-the-artificial-save-delay.md b/Remove-the-artificial-save-delay.md
index ecefefd..993a08c 100644
--- a/Remove-the-artificial-save-delay.md
+++ b/Remove-the-artificial-save-delay.md
@@ -71,7 +71,7 @@ The deleted function also references a text element, which in turn makes a far j
```diff
-Text_SavingDontTurnOffThePower:
- ; SAVING… DON'T TURN OFF THE POWER.
-- text_jump UnknownText_0x1c456d
+- text_far UnknownText_0x1c456d
- db "@"
```
@@ -228,7 +228,7 @@ Fortunately, since the game already contains separate texts for each situation,
-Text_AlreadyASaveFile:
- ; There is already a save file. Is it OK to overwrite?
-- text_jump UnknownText_0x1c45a3
+- text_far UnknownText_0x1c45a3
- db "@"
```