fix SGT stopping on any cutscene

This commit is contained in:
QbeRoot 2022-06-08 20:27:18 +02:00
parent cb027ed671
commit e95606eff9
2 changed files with 18 additions and 18 deletions

View file

@ -707,7 +707,7 @@
<title lang="fr-FR">Chronomètre Shine Get</title> <title lang="fr-FR">Chronomètre Shine Get</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>
<description lang="en-US"> <description lang="en-US">
Adds the ingame timer to every level, starting on the last black frame after the loading screen and Adds the ingame timer to every level, starting on the last black frame after the loading screen and
ending as soon as the 'Shine Get' animation starts (similar to the x-cam timer of SM64). ending as soon as the 'Shine Get' animation starts (similar to the x-cam timer of SM64).
@ -761,7 +761,7 @@
このコードを使うには、「Level Select code」か「Fast Any%」か「ステージローダー」を有効にする必要があります。 このコードを使うには、「Level Select code」か「Fast Any%」か「ステージローダー」を有効にする必要があります。
::: :::
</description> </description>
<date>Mar 22, 2021</date> <date>Jun 8, 2022</date>
<source version="GMSE01"> <source version="GMSE01">
C2031F68 0000000F C2031F68 0000000F
3CC0817F 60C60100 3CC0817F 60C60100
@ -779,10 +779,9 @@
90860008 38600000 90860008 38600000
98660000 80010024 98660000 80010024
60000000 00000000 60000000 00000000
C21BD3D8 00000003 C229A584 00000002
3C60817F 60630100 3C80817F 60A50001
38800001 9083000C 90A4010C 00000000
4E800020 00000000
C22979D8 0000000C C22979D8 0000000C
2C000003 40A20050 2C000003 40A20050
3C60817F 60630100 3C60817F 60630100
@ -897,10 +896,9 @@
90860008 38600000 90860008 38600000
98660000 80010024 98660000 80010024
60000000 00000000 60000000 00000000
C21953A8 00000003 C20EDB08 00000002
3C60817F 60630100 3C80817F 60A50001
38800001 9083000C 90A4010C 00000000
4E800020 00000000
C20EAF94 0000000C C20EAF94 0000000C
2C000003 40A20050 2C000003 40A20050
3C60817F 60630100 3C60817F 60630100
@ -1015,10 +1013,9 @@
90860008 38600000 90860008 38600000
98660000 80010024 98660000 80010024
60000000 00000000 60000000 00000000
C219D160 00000003 C227A238 00000002
3C60817F 60630100 3C80817F 60000001
38800001 9083000C 9004010C 00000000
4E800020 00000000
C2277680 0000000C C2277680 0000000C
2C000003 40A20050 2C000003 40A20050
3C60817F 60630100 3C60817F 60630100
@ -1133,10 +1130,9 @@
90860008 38600000 90860008 38600000
98660000 80010024 98660000 80010024
60000000 00000000 60000000 00000000
C21B5290 00000003 C2292420 00000002
3C60817F 60630100 3C80817F 60000001
38800001 9083000C 9004010C 00000000
4E800020 00000000
C228F870 0000000C C228F870 0000000C
2C000003 40A20050 2C000003 40A20050
3C60817F 60630100 3C60817F 60630100

View file

@ -1,4 +1,8 @@
# Changelog # Changelog
## Jun 8, 2022
### Fixed 'Shine Get Timer' stopping on any cutscene started after touching a Shine
Shoutouts to plankton for touching the Pinna 1 Shine before its spawn cutscene started, in which case the timer would stop around 8 seconds early.
## Apr 28, 2022 ## Apr 28, 2022
### Fix InstantRestart to reset coin counter ### Fix InstantRestart to reset coin counter
Force coin count to be reset to 0 on restart Force coin count to be reset to 0 on restart