mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 20:13:06 +00:00
RS: Locations 75/77 unused
Remove from valid hatch location list Mark as (unused) in text files Closes #3544 Co-Authored-By: prof64 <80442784+prof64@users.noreply.github.com>
This commit is contained in:
parent
cf86cafdf7
commit
42743d8c2f
6 changed files with 6 additions and 4 deletions
|
@ -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<int> 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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -73,9 +73,9 @@
|
|||
めざめのほこら
|
||||
みなみのことう
|
||||
ほのおのぬけみち
|
||||
ほのおのぬけみち (2)
|
||||
ほのおのぬけみち (未使用)
|
||||
デコボコさんどう
|
||||
デコボコさんどう (2)
|
||||
デコボコさんどう (未使用)
|
||||
おふれのせきしつ
|
||||
すいちゅう (134ばんすいどう)
|
||||
ひでりのいわと
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue