diff --git a/PKHeX.Core/Legality/Tables/Tables3.cs b/PKHeX.Core/Legality/Tables/Tables3.cs index 860ca7b53..70a5b6759 100644 --- a/PKHeX.Core/Legality/Tables/Tables3.cs +++ b/PKHeX.Core/Legality/Tables/Tables3.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; namespace PKHeX.Core; @@ -157,12 +157,14 @@ public static partial class Legal // 064 is an unused location for Meteor Falls // 084 is Inside of a truck, no possible pokemon can be hatched there // 071 is Mirage island, cannot be obtained as the player is technically still on Route 130's map. + // 075 is an unused location for Fiery Path + // 077 is an unused location for Jagged Pass internal static readonly HashSet ValidMet_RS = new() { 000, 001, 002, 003, 004, 005, 006, 007, 008, 009, 010, 011, 012, 013, 014, 015, 016, 017, 018, 019, 020, 021, 022, 023, 024, 025, 026, 027, 028, 029, 030, 031, 032, 033, 034, 035, 036, 037, 038, 039, 040, 041, 042, 043, 044, 045, 046, 047, 048, 049, 050, 051, 052, 053, 054, 055, 056, 057, 058, 059, - 060, 061, 062, 063, 065, 066, 067, 068, 069, 070 , 072, 073, 074, 075, 076, 077, 078, 079, 080, + 060, 061, 062, 063, 065, 066, 067, 068, 069, 070 , 072, 073, 074 , 076 , 078, 079, 080, 081, 082, 083, 085, 086, 087, }; // 155 - 158 Sevii Isle 6-9 Unused diff --git a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_de.txt b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_de.txt index 4725c1145..722226741 100644 Binary files a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_de.txt and b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_de.txt differ diff --git a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_en.txt b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_en.txt index 6197af94b..224cdc32a 100644 Binary files a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_en.txt and b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_en.txt differ diff --git a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_es.txt b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_es.txt index 0290d371e..31db069b4 100644 Binary files a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_es.txt and b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_es.txt differ diff --git a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_ja.txt b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_ja.txt index ad6699ff8..7d35738f4 100644 --- a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_ja.txt +++ b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_ja.txt @@ -73,9 +73,9 @@ めざめのほこら みなみのことう ほのおのぬけみち -ほのおのぬけみち (2) +ほのおのぬけみち (未使用) デコボコさんどう -デコボコさんどう (2) +デコボコさんどう (未使用) おふれのせきしつ すいちゅう (134ばんすいどう) ひでりのいわと diff --git a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_zh.txt b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_zh.txt index 1bd612292..67fa3ac68 100644 Binary files a/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_zh.txt and b/PKHeX.Core/Resources/text/locations/gen3/text_rsefrlg_00000_zh.txt differ