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="ja-JP">セーブ画面の削除</title>
|
||||
<author>Psychonauter, Noki Doki</author>
|
||||
<version>2.1</version>
|
||||
<date>Jan 23, 2021</date>
|
||||
<version>2.2</version>
|
||||
<date>Feb 17, 2021</date>
|
||||
<description lang="en-US">Removes all saveboxes.</description>
|
||||
<description lang="de-CH">Entfernt alle Speicherschaltflächen.</description>
|
||||
<description lang="fr-FR">Supprime toutes les boîtes de sauvegarde.</description>
|
||||
<description lang="ja-JP">全てのセーブ画面を削除します。</description>
|
||||
<source version="GMSE01">
|
||||
02297CAC 60000000
|
||||
02297CB8 60000000
|
||||
04297CAC 60000000
|
||||
04297CB8 60000000
|
||||
</source>
|
||||
<source version="GMSJ01">
|
||||
020EB268 60000000
|
||||
020EB274 60000000
|
||||
040EB268 60000000
|
||||
040EB274 60000000
|
||||
</source>
|
||||
<source version="GMSJ0A">
|
||||
02277954 60000000
|
||||
02277960 60000000
|
||||
04277954 60000000
|
||||
04277960 60000000
|
||||
</source>
|
||||
<source version="GMSP01">
|
||||
0228FB44 60000000
|
||||
0228FB50 60000000
|
||||
0428FB44 60000000
|
||||
0428FB50 60000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## Feb 17, 2021
|
||||
|
||||
### Fixed 'Remove Save Boxes'
|
||||
|
||||
The previous version would just crash the game on boot. Good job me.
|
||||
|
||||
## Feb 15, 2021
|
||||
|
||||
### Updated 'Fix Manta Splitting'
|
||||
|
@ -8,7 +14,7 @@ For verification purposes, this code now changes the color of the stripe behind
|
|||
|
||||
## Jan 23, 2021
|
||||
|
||||
### Updated 'Remove Saveboxes'
|
||||
### Updated 'Remove Save Boxes'
|
||||
|
||||
Enabling this code no longer prevents you from saving through the pause menu.
|
||||
|
||||
|
|
Loading…
Reference in a new issue