fixed remove save boxes
This commit is contained in:
parent
1ce8f3c23f
commit
e1445b5817
2 changed files with 17 additions and 11 deletions
20
Codes.xml
20
Codes.xml
|
@ -407,27 +407,27 @@
|
||||||
<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, Noki Doki</author>
|
<author>Psychonauter, Noki Doki</author>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<date>Jan 23, 2021</date>
|
<date>Feb 17, 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">
|
||||||
02297CAC 60000000
|
04297CAC 60000000
|
||||||
02297CB8 60000000
|
04297CB8 60000000
|
||||||
</source>
|
</source>
|
||||||
<source version="GMSJ01">
|
<source version="GMSJ01">
|
||||||
020EB268 60000000
|
040EB268 60000000
|
||||||
020EB274 60000000
|
040EB274 60000000
|
||||||
</source>
|
</source>
|
||||||
<source version="GMSJ0A">
|
<source version="GMSJ0A">
|
||||||
02277954 60000000
|
04277954 60000000
|
||||||
02277960 60000000
|
04277960 60000000
|
||||||
</source>
|
</source>
|
||||||
<source version="GMSP01">
|
<source version="GMSP01">
|
||||||
0228FB44 60000000
|
0428FB44 60000000
|
||||||
0228FB50 60000000
|
0428FB50 60000000
|
||||||
</source>
|
</source>
|
||||||
</code>
|
</code>
|
||||||
<code>
|
<code>
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Feb 17, 2021
|
||||||
|
|
||||||
|
### Fixed 'Remove Save Boxes'
|
||||||
|
|
||||||
|
The previous version would just crash the game on boot. Good job me.
|
||||||
|
|
||||||
## Feb 15, 2021
|
## Feb 15, 2021
|
||||||
|
|
||||||
### Updated 'Fix Manta Splitting'
|
### Updated 'Fix Manta Splitting'
|
||||||
|
@ -8,7 +14,7 @@ For verification purposes, this code now changes the color of the stripe behind
|
||||||
|
|
||||||
## Jan 23, 2021
|
## Jan 23, 2021
|
||||||
|
|
||||||
### Updated 'Remove Saveboxes'
|
### Updated 'Remove Save Boxes'
|
||||||
|
|
||||||
Enabling this code no longer prevents you from saving through the pause menu.
|
Enabling this code no longer prevents you from saving through the pause menu.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue