From 0a286e4e1f01d21a1419f559e8361c6a489d32c0 Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:15:04 +0000 Subject: [PATCH 1/5] Corrected version number in title to 1.02. Added a switch for organ event notification. --- www/data/System.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/www/data/System.json b/www/data/System.json index a73434c..b881e3c 100644 --- a/www/data/System.json +++ b/www/data/System.json @@ -124,7 +124,7 @@ "Accessory", "Accessory" ], - "gameTitle": "Colorlust Oni v1.01 | TL: DazedAnon & O&M", + "gameTitle": "Colorlust Oni v1.02 | TL: DazedAnon & O&M", "gameoverMe": { "name": "Gameover2", "pan": 0, @@ -725,7 +725,17 @@ "全クリア開放", "撫子ハート消し", "浅葱離脱後リトライ", - "" + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "Read_Note_About_Organ" ], "terms": { "basic": [ From 63d498a792035c807d62b822a0c94916b02ea83d Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:19:49 +0000 Subject: [PATCH 2/5] Added a switch for organ event notification. Also, corrected version number in title to 1.02. From fee1625c8d6af0231231900988a1d261d924b58a Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:22:16 +0000 Subject: [PATCH 3/5] Set added switch for organ event notification. --- www/data/Map098.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/data/Map098.json b/www/data/Map098.json index 432009b..98adedd 100644 --- a/www/data/Map098.json +++ b/www/data/Map098.json @@ -2637,6 +2637,15 @@ "\\c[24]Organ... left side...\\C[0]" ] }, + { + "code": 121, + "indent": 0, + "parameters": [ + 410, + 410, + 0 + ] + }, { "code": 0, "indent": 0, From c1f17a8c250ebd4f4de04881d03790986446193a Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:25:00 +0000 Subject: [PATCH 4/5] Using switch for organ event notification. --- www/data/Map099.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/www/data/Map099.json b/www/data/Map099.json index fc8c1e1..024a6e5 100644 --- a/www/data/Map099.json +++ b/www/data/Map099.json @@ -3772,18 +3772,18 @@ "selfSwitchValid": false, "switch1Id": 1, "switch1Valid": false, - "switch2Id": 1, - "switch2Valid": false, + "switch2Id": 410, + "switch2Valid": true, "variableId": 1, "variableValid": true, "variableValue": 62 }, - "directionFix": false, + "directionFix": true, "image": { - "characterIndex": 0, - "characterName": "", - "direction": 2, - "pattern": 0, + "characterIndex": 6, + "characterName": "!Flame", + "direction": 8, + "pattern": 1, "tileId": 0 }, "list": [ @@ -3830,7 +3830,7 @@ "indent": 0, "parameters": [ 0, - "はい" + "Yes" ] }, { @@ -3947,7 +3947,7 @@ "indent": 0, "parameters": [ 1, - "いいえ" + "No" ] }, { @@ -3981,7 +3981,7 @@ "moveSpeed": 3, "moveType": 0, "priorityType": 1, - "stepAnime": false, + "stepAnime": true, "through": false, "trigger": 0, "walkAnime": true @@ -3996,8 +3996,8 @@ "selfSwitchValid": false, "switch1Id": 149, "switch1Valid": true, - "switch2Id": 1, - "switch2Valid": false, + "switch2Id": 410, + "switch2Valid": true, "variableId": 1, "variableValid": false, "variableValue": 0 From e415449fbec0dc0a8c85192ac1fccc210e18bf58 Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:35:18 +0000 Subject: [PATCH 5/5] Fadein Screen for Yellow Oni boss defeat (CE 144). - Was this removed intentionally due to content? Fix for possible bloodstain switch issue after Red Oni boss (CE 047). --- www/data/CommonEvents.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/www/data/CommonEvents.json b/www/data/CommonEvents.json index 8cc3dbe..89c54f5 100644 --- a/www/data/CommonEvents.json +++ b/www/data/CommonEvents.json @@ -23592,6 +23592,32 @@ 1 ] }, + { + "code": 111, + "indent": 0, + "parameters": [ + 12, "$gameMap.mapId() != 27 && $gameMap.mapId() != 282" + ] + }, + { + "code": 121, + "indent": 1, + "parameters": [ + 66, + 66, + 1 + ] + }, + { + "code": 0, + "indent": 1, + "parameters": [] + }, + { + "code": 412, + "indent": 0, + "parameters": [] + }, { "code": 0, "indent": 0, @@ -76977,6 +77003,11 @@ 0 ] }, + { + "code": 222, + "indent": 1, + "parameters": [] + }, { "code": 231, "indent": 1,