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:
Kurt
2018-02-15 19:40:42 -08:00
parent c825d5919c
commit e33bd4c327

View File

@@ -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