From e415449fbec0dc0a8c85192ac1fccc210e18bf58 Mon Sep 17 00:00:00 2001 From: S0c1nT2sl3 Date: Tue, 11 Nov 2025 06:35:18 +0000 Subject: [PATCH] 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,