Remove Saveboxes no longer affects the pause menu

This commit is contained in:
QbeRoot 2021-01-23 18:40:28 +01:00
parent a381040d07
commit 3f021358f2
2 changed files with 19 additions and 11 deletions

View file

@ -406,28 +406,24 @@
<title lang="de-CH">Speicher-Schaltfläche entfernen</title> <title lang="de-CH">Speicher-Schaltfläche entfernen</title>
<title lang="fr-FR">Supprimer les boîtes de sauvegarde</title> <title lang="fr-FR">Supprimer les boîtes de sauvegarde</title>
<title lang="ja-JP">セーブ画面の削除</title> <title lang="ja-JP">セーブ画面の削除</title>
<author>Psychonauter</author> <author>Psychonauter, Noki Doki</author>
<version>1.0</version> <version>2.0</version>
<date>Oct 02, 2017</date> <date>Jan 23, 2021</date>
<description lang="en-US">Removes all saveboxes.</description> <description lang="en-US">Removes all saveboxes.</description>
<description lang="de-CH">Entfernt alle Speicherschaltflächen.</description> <description lang="de-CH">Entfernt alle Speicherschaltflächen.</description>
<description lang="fr-FR">Supprime toutes les boîtes de sauvegarde.</description> <description lang="fr-FR">Supprime toutes les boîtes de sauvegarde.</description>
<description lang="ja-JP">全てのセーブ画面を削除します。</description> <description lang="ja-JP">全てのセーブ画面を削除します。</description>
<source version="GMSE01"> <source version="GMSE01">
0416210C 4E800020 02297CA4 00004800
04157EF8 48000020
</source> </source>
<source version="GMSJ01"> <source version="GMSJ01">
042193D8 48000020 020EB260 00004800
04223094 4E800020
</source> </source>
<source version="GMSJ0A"> <source version="GMSJ0A">
0413934C 48000020 0227794C 00004800
04143178 4E800020
</source> </source>
<source version="GMSP01"> <source version="GMSP01">
0414CF44 48000020 0228FB3C 00004800
04157158 4E800020
</source> </source>
</code> </code>
<code> <code>

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## Jan 23, 2021
### Updated 'Remove Saveboxes'
Enabling this code no longer prevents you from saving through the pause menu.
## Jan 21, 2021
### Added 'Fix Memory Card Encoding (NTSC-K)'
Memory card encoding is one of the very few differences between the US and Korean versions, using the wrong version of this code will have no effect.
## Jun 25, 2020 ## Jun 25, 2020
### Updated 'Fix Memory Card Encoding' ### Updated 'Fix Memory Card Encoding'