Added 'QF Time Savestate'

This commit is contained in:
sup39 2023-02-11 23:08:28 +09:00
parent f67205d26f
commit 6c2ee2e8ba
3 changed files with 73 additions and 2 deletions

View file

@ -4786,7 +4786,7 @@
| Combination | Result |
| ------------| ---------------------------- |
| D-Pad Left | Save current red coin state |
| D-Pad Right | Load current red coin state |
| D-Pad Right | Load saved red coin state |
</description>
<description lang="ja-JP">
| ボタン | 機能 |
@ -4899,4 +4899,72 @@
4E800020 4E800020
</source>
</code>
<code>
<category>savestate</category>
<title lang="en-US">QF Time Savestate</title>
<title lang="ja-JP">QFタイム状態保存</title>
<author>sup39(サポミク)</author>
<version>1.0</version>
<date>Feb 11, 2023</date>
<description lang="en-US">
| Combination | Result |
| ------------| ---------------------------- |
| D-Pad Left | Save current QF Time |
| D-Pad Right | Load saved QF Time |
</description>
<description lang="ja-JP">
| ボタン | 機能 |
| ---------- | -------------------------- |
| 十字キー左 | 現在のQFタイムをセーブ |
| 十字キー右 | セーブしたQFタイムをロード |
</description>
<source version="GMSJ01">
C0000000 00000009
80AD97E8 7CA52B79
4D820020 3C60817F
3D808040 A18C0D50
2B8C0001 419E0020
280C0002 4CA20020
80030030 9005005C
900303CC 38000000
900300BC 8005005C
90030030 4E800020
</source>
<source version="GMSJ0A">
C0000000 00000009
80AD9E78 7CA52B79
4D820020 3C60817F
3D80803F A18C5428
2B8C0001 419E0020
280C0002 4CA20020
80030030 9005005C
900303CC 38000000
900300BC 8005005C
90030030 4E800020
</source>
<source version="GMSP01">
C0000000 00000009
80AD9EE0 7CA52B79
4D820020 3C60817F
3D808040 A18CBBF4
2B8C0001 419E0020
280C0002 4CA20020
80030030 9005005C
900303CC 38000000
900300BC 8005005C
90030030 4E800020
</source>
<source version="GMSE01">
C0000000 00000009
80AD9FB8 7CA52B79
4D820020 3C60817F
3D808040 A18C4454
2B8C0001 419E0020
280C0002 4CA20020
80030030 9005005C
900303CC 38000000
900300BC 8005005C
90030030 4E800020
</source>
</code>
</codes>

View file

@ -56,7 +56,9 @@ Some codes store some states in the games memory starting from address 0x817F000
| ![](./docs/reserved.svg) | `0x2B` | `0x2B` | Instant Level Select: Area Lock Flag |
| ![](./docs/reserved.svg) | `0x2C` | `0x2C` | Red Coin Savestate: Red Coin state |
| ![](./docs/reserved.svg) | `0x2D` | `0x2D` | Red Coin Savestate: Red Coin Count |
| ![](./docs/unallocated.svg) | `0x2E` | `0x93` | Not Allocated |
| ![](./docs/unallocated.svg) | `0x2E` | `0x2F` | Not Allocated |
| ![](./docs/reserved.svg) | `0x30` | `0x33` | QF Time Savestate: Stored QF Time |
| ![](./docs/unallocated.svg) | `0x34` | `0x93` | Not Allocated |
| ![](./docs/reserved.svg) | `0x94` | `0xA3` | QF Timer: Coordinates of the Text box (LTRB) |
| ![](./docs/reserved.svg) | `0xA4` | `0xB0` | QF Timer: Timer Format String |
| ![](./docs/reserved.svg) | `0xB0` | `0xB1` | QF Timer: (Unused) |

View file

@ -1,5 +1,6 @@
# Changelog
## Feb 11, 2023
- Added 'QF Time Savestate'
- Added 'Red Coin Savestate'
- Added 'Previous Downloaded Codes' as a preset