mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
PK2: Expose Fast Ship as accessible met location
This commit is contained in:
parent
8f65874ba4
commit
ce666680f7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public sealed class MetDataSource(GameStrings s)
|
|||
|
||||
private static List<ComboItem> CreateGen2(GameStrings s)
|
||||
{
|
||||
var locations = Util.GetCBList(s.Gen2.Met0.AsSpan(0, 0x5F));
|
||||
var locations = Util.GetCBList(s.Gen2.Met0.AsSpan(0, 0x60));
|
||||
Util.AddCBWithOffset(locations, s.Gen2.Met0.AsSpan(0x7E, 2), 0x7E);
|
||||
return locations;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue