From 0e3d22112d59a7e2b6f6d783d272d1c451d51300 Mon Sep 17 00:00:00 2001 From: Kurt Date: Mon, 22 Nov 2021 20:27:23 -0800 Subject: [PATCH] Remove UG_TALK_COUNT work entries These aren't referenced for the spiritomb encounter; according to the scripts, there's a hardcoded function which reads a byte[] and counts the number of nonzero entries. The UgSaveData structure stores `byte[] TalkedNPCsID`, as described above. --- PKHeX.Core/Resources/text/script/gen8/work_bdsp_en.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/PKHeX.Core/Resources/text/script/gen8/work_bdsp_en.txt b/PKHeX.Core/Resources/text/script/gen8/work_bdsp_en.txt index 804301c47..d7e2a9745 100644 --- a/PKHeX.Core/Resources/text/script/gen8/work_bdsp_en.txt +++ b/PKHeX.Core/Resources/text/script/gen8/work_bdsp_en.txt @@ -1,8 +1,5 @@ 250 * SYS_WORK_FIRST_POKE_NO -262 * SYS_WORK_UG_TALK_COUNT -273 * SYS_WORK_UG_TALK_COUNT2 - 267 * SYS_WORK_HAIHU_EVENT01 268 * SYS_WORK_HAIHU_EVENT02 269 * SYS_WORK_HAIHU_EVENT03