mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 08:05:32 -05:00
Add Dialga/Palkia headbutt location
turns out route 47 (below route 48) also yields dialgapalkia, which also has a tall grass patch that can be headbutted from. Closes #1833
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user