PK2: Expose Fast Ship as accessible met location

This commit is contained in:
sora10pls 2024-04-11 10:04:28 -04:00
parent 8f65874ba4
commit ce666680f7

View file

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