fix speed display crash
This commit is contained in:
parent
6b360b4ba6
commit
5e02fbc7d2
2 changed files with 22 additions and 2 deletions
20
Codes.xml
20
Codes.xml
|
@ -3705,8 +3705,8 @@
|
|||
<title lang="fr-FR">Affichage de vitesse</title>
|
||||
<title lang="ja-JP">速度表示</title>
|
||||
<author>Noki Doki</author>
|
||||
<version>1.3</version>
|
||||
<date>Oct 10, 2021</date>
|
||||
<version>1.4</version>
|
||||
<date>Nov 28, 2021</date>
|
||||
<description lang="en-US">Shows Mario's speed at any given time.</description>
|
||||
<description lang="de-CH">Zeigt Mario's Geschwindigkeit jederzeit auf dem Bildschirm an.</description>
|
||||
<description lang="fr-FR">Affiche la vitesse de Mario à tout moment.</description>
|
||||
|
@ -3767,6 +3767,10 @@
|
|||
20202020 20202020
|
||||
20202020 20202020
|
||||
20202000 00000000
|
||||
C22A66F4 00000003
|
||||
38600000 3D808180
|
||||
906CA3C4 807F0040
|
||||
60000000 00000000
|
||||
</source>
|
||||
<source version="GMSJ01">
|
||||
060F9B64 00000010
|
||||
|
@ -3824,6 +3828,10 @@
|
|||
20202020 20202020
|
||||
20202020 20202020
|
||||
20202000 00000000
|
||||
C20FA0F8 00000003
|
||||
38600000 3D808180
|
||||
906CA3C4 807F0040
|
||||
60000000 00000000
|
||||
</source>
|
||||
<source version="GMSJ0A">
|
||||
06285FBC 00000010
|
||||
|
@ -3881,6 +3889,10 @@
|
|||
20202020 20202020
|
||||
20202020 20202020
|
||||
20202000 00000000
|
||||
C2286550 00000003
|
||||
38600000 3D808180
|
||||
906CA3C4 807F0040
|
||||
60000000 00000000
|
||||
</source>
|
||||
<source version="GMSP01">
|
||||
0629E070 00000010
|
||||
|
@ -3938,6 +3950,10 @@
|
|||
20202020 20202020
|
||||
20202020 20202020
|
||||
20202000 00000000
|
||||
C229E64C 00000003
|
||||
38600000 3D808180
|
||||
906CA3C4 807F0040
|
||||
60000000 00000000
|
||||
</source>
|
||||
</code>
|
||||
<code>
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Nov 28, 2021
|
||||
|
||||
### Updated 'Speed display'
|
||||
|
||||
Fixed a crash when leaving certain levels.
|
||||
|
||||
### Updated 'Quarterframe Timer (Experimental)'
|
||||
|
||||
* The timer now freezes upon grabbing blue or red coins.
|
||||
|
|
Loading…
Reference in a new issue