mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 11:35:27 -05:00
Revise roamer locations: source from mvpoke
Route 220 (00485) now valid now invalid: Route 224 (00411) Route 225 (00412) Route 227 (00414) Route 228 (00416) Route 229 (00420) matt assumed dppt locations were reused, but not entirely :) Closes #3296
This commit is contained in:
@@ -75,11 +75,12 @@ protected override void SetMetData(PKM pk, int level, DateTime today)
|
||||
pk.MetDate = today;
|
||||
}
|
||||
|
||||
// defined by mvpoke in encounter data
|
||||
private static readonly int[] Roaming_MetLocation_BDSP =
|
||||
{
|
||||
197, 201, 354, 355, 356, 357, 358, 359, 361, 362, 364, 365, 367, 373, 375, 377,
|
||||
378, 379, 383, 385, 392, 394, 395, 397, 400, 403, 404, 407, 411, 412, 414, 416,
|
||||
420,
|
||||
378, 379, 383, 385, 392, 394, 395, 397, 400, 403, 404, 407,
|
||||
485,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user