diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters4.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters4.cs index 54fca057f..c7f1afba8 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters4.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters4.cs @@ -281,6 +281,9 @@ private static void MarkDPPtEncounterTypeSlots(ref EncounterArea[] Areas) } private static EncounterType GetHeadbuttEncounterType(int Location) { + if (Location == 195 || Location == 196) // Route 47/48 + return EncounterType.DialgaPalkia | EncounterType.TallGrass; + // Routes with trees adjacent to water tiles var allowsurf = HGSS_SurfingHeadbutt_Locations.Contains(Location); // Cities