diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-04-18 00:38:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-18 00:38:12 -0400 |
| commit | 579087e5271243a38fd12b8a17c37bc02efb399b (patch) | |
| tree | 3be88fc6f10ef7d80fd7cbd004b90b618779e9ba /OTRExporter | |
| parent | 831711a4597b99c5b0143ceb28c060461f0a323d (diff) | |
fix tts crash pause menu with any cursor position (#2719)
Diffstat (limited to 'OTRExporter')
3 files changed, 3 insertions, 0 deletions
diff --git a/OTRExporter/assets/accessibility/texts/kaleidoscope_eng.json b/OTRExporter/assets/accessibility/texts/kaleidoscope_eng.json index 26112a5eb..c1c472591 100644 --- a/OTRExporter/assets/accessibility/texts/kaleidoscope_eng.json +++ b/OTRExporter/assets/accessibility/texts/kaleidoscope_eng.json @@ -158,6 +158,7 @@ "153": "STICK UPGRADE 30", "154": "NUT UPGRADE 30", "155": "NUT UPGRADE 40", + "255": "", "256": "Haunted Wasteland", "257": "Gerudos Fortress", "258": "Gerudo Valley", diff --git a/OTRExporter/assets/accessibility/texts/kaleidoscope_fra.json b/OTRExporter/assets/accessibility/texts/kaleidoscope_fra.json index b7b955cc1..58898d70d 100644 --- a/OTRExporter/assets/accessibility/texts/kaleidoscope_fra.json +++ b/OTRExporter/assets/accessibility/texts/kaleidoscope_fra.json @@ -158,6 +158,7 @@ "153": "AMÉLIORATION BÂTON MOJO 30", "154": "AMÉLIORATION NOIX MOJO 30", "155": "AMÉLIORATION NOIX MOJO 40", + "255": "", "256": "Désert Hanté", "257": "Forteresse Gerudo", "258": "Vallée Gerudo", diff --git a/OTRExporter/assets/accessibility/texts/kaleidoscope_ger.json b/OTRExporter/assets/accessibility/texts/kaleidoscope_ger.json index 0591b8d4b..460b32877 100644 --- a/OTRExporter/assets/accessibility/texts/kaleidoscope_ger.json +++ b/OTRExporter/assets/accessibility/texts/kaleidoscope_ger.json @@ -158,6 +158,7 @@ "153": "STAB UPGRADE 30", "154": "NUß UPGRADE 30", "155": "NUß UPGRADE 40", + "255": "", "256": "Gespensterwüste", "257": "Gerudo-Festung", "258": "Gerudotal", |
