mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-12 17:35:21 -05:00
Update SaveBlockAccessor7b.cs
This commit is contained in:
@@ -51,7 +51,7 @@ public SaveBlockAccessor7b(SAV7b sav)
|
||||
Captured = new CaptureRecords(sav, GetBlockOffset(BelugaBlockIndex.CaptureRecord));
|
||||
FashionPlayer = new Fashion7b(sav, GetBlockOffset(BelugaBlockIndex.FashionPlayer));
|
||||
FashionStarter = new Fashion7b(sav, GetBlockOffset(BelugaBlockIndex.FashionStarter));
|
||||
Park = new GoParkStorage(sav, sav.Blocks.GetBlockOffset(BelugaBlockIndex.GoParkEntities));
|
||||
Park = new GoParkStorage(sav, GetBlockOffset(BelugaBlockIndex.GoParkEntities));
|
||||
PlayerGeoLocation = new PlayerGeoLocation7b(sav, GetBlockOffset(BelugaBlockIndex.PlayerGeoLocation));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user