From 877d4dd4be6293010eaee68df08631233fa4eff1 Mon Sep 17 00:00:00 2001 From: David <56174894+Constrat@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:23:13 +0200 Subject: [PATCH] chore: specialParams implementation --- resource/global/YoStarEN/resource/tasks.json | 6 ++++++ resource/tasks.json | 9 ++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/resource/global/YoStarEN/resource/tasks.json b/resource/global/YoStarEN/resource/tasks.json index 6b44baccb6..65c9a5023b 100644 --- a/resource/global/YoStarEN/resource/tasks.json +++ b/resource/global/YoStarEN/resource/tasks.json @@ -3242,6 +3242,12 @@ 231, 116, 22 + ], + "specialParams": [ + 160, + 4, + 7, + 0 ] }, "BattleStartPre": { diff --git a/resource/tasks.json b/resource/tasks.json index af9a9bf850..6ebc1b7a18 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -7353,7 +7353,14 @@ 107, 20 ], - "postDelay": 200 + "postDelay": 200, + "specialParams_Doc": "Used in BattleFormationTask.cpp for OCR manipulation", + "specialParams": [ + 160, + 4, + 4, + 0 + ] }, "BattleQuickFormationSkill1": { "algorithm": "JustReturn",