diff --git a/Codes.xml b/Codes.xml
index 9b2d70a..a1146c5 100644
--- a/Codes.xml
+++ b/Codes.xml
@@ -340,9 +340,10 @@
- misc
+ savestate
Coin Count Savestate
Münzenzahl Speicherstand
+ コイン数状態保存
Psychonauter
1.0
@@ -363,6 +364,12 @@
| D-Pad Links | Speichere aktuellen Münzenstand |
| D-Pad Rechts | Lade gespeicherten Müneznstand |
+
+ | ボタン | 機能 |
+ | ---------- | -------------------------- |
+ | 十字キー左 | コイン数をセーブ |
+ | 十字キー右 | コイン数をロード |
+
Jul 24, 2021
+
+ savestate
+ Red Coin Savestate
+ 赤コイン状態保存
+ sup39(サポミク)
+ 1.0
+ Feb 11, 2023
+
+ | Combination | Result |
+ | ------------| ---------------------------- |
+ | D-Pad Left | Save current red coin state |
+ | D-Pad Right | Load current red coin state |
+
+
+ | ボタン | 機能 |
+ | ---------- | -------------------------- |
+ | 十字キー左 | 赤コインの状態をセーブ |
+ | 十字キー右 | 赤コインの状態をロード |
+
+
+
+
+
+
diff --git a/Readme.md b/Readme.md
index 1dae04d..b0a078c 100644
--- a/Readme.md
+++ b/Readme.md
@@ -54,7 +54,9 @@ Some codes store some states in the games memory starting from address 0x817F000
| ![](./docs/reserved.svg) | `0x28` | `0x29` | Instant Level Select: Last Selected Area ID |
| ![](./docs/reserved.svg) | `0x2A` | `0x2A` | Instant Level Select: Last Selected Episode Number |
| ![](./docs/reserved.svg) | `0x2B` | `0x2B` | Instant Level Select: Area Lock Flag |
-| ![](./docs/unallocated.svg) | `0x2C` | `0x93` | Not Allocated |
+| ![](./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/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) |
diff --git a/changelog.md b/changelog.md
index 7a24c44..fb8d075 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,7 @@
# Changelog
## Feb 11, 2023
-Added 'Previous Downloaded Codes' as a preset
+- Added 'Red Coin Savestate'
+- Added 'Previous Downloaded Codes' as a preset
## Feb 08, 2023
### Updated 'Instant Level Select'
diff --git a/site/.vuepress/data/codeCategories.json b/site/.vuepress/data/codeCategories.json
index c6492c3..4606a1e 100644
--- a/site/.vuepress/data/codeCategories.json
+++ b/site/.vuepress/data/codeCategories.json
@@ -19,6 +19,11 @@
"i18nKey": "generatorconfig.categories.metadata",
"exclusive": true
},
+ {
+ "identifier": "savestate",
+ "i18nKey": "generatorconfig.categories.savestate",
+ "exclusive": false
+ },
{
"identifier": "misc",
"i18nKey": "generatorconfig.categories.misc",
diff --git a/site/.vuepress/i18n/en-US.json b/site/.vuepress/i18n/en-US.json
index ffdd08c..fb61537 100644
--- a/site/.vuepress/i18n/en-US.json
+++ b/site/.vuepress/i18n/en-US.json
@@ -55,6 +55,7 @@
"qol": "Quality of Life",
"loader": "Loaders",
"timer": "Timers",
+ "savestate": "Savestate",
"misc": "Misc",
"memcardpatch": "Memory Card Patches",
"cosmetic": "Cosmetic",