コード例 #1
0
 public SaveBlockAccessorXY(SAV6XY sav)
 {
     Puff        = new Puff6(sav, 0x00000);
     Items       = new MyItem6XY(sav, 0x00400);
     ItemInfo    = new ItemInfo6(sav, 0x01000);
     GameTime    = new GameTime6(sav, 0x01200);
     Situation   = new Situation6(sav, 0x01400);
     Played      = new PlayTime6(sav, 0x01800);
     Fashion     = new Fashion6XY(sav, 0x1A00);
     Misc        = new Misc6XY(sav, 0x4200);
     BoxLayout   = new BoxLayout6(sav, 0x4400);
     BattleBox   = new BattleBox6(sav, 0x04A00);
     Status      = new MyStatus6XY(sav, 0x14000);
     Zukan       = new Zukan6XY(sav, 0x15000, 0x3C8);
     OPower      = new OPower6(sav, 0x16A00);
     MysteryGift = new MysteryBlock6(sav, 0x1BC00);
     Records     = new RecordBlock6(sav, 0x1E400);
     SuperTrain  = new SuperTrainBlock(sav, 0x1F200);
     Link        = new LinkBlock6(sav, 0x1FE00);
     Maison      = new MaisonBlock(sav, 0x1B000);
 }
コード例 #2
0
ファイル: SaveBlockAccessorAO.cs プロジェクト: vvcln/PKHeX
 public SaveBlockAccessorAO(SAV6AO sav)
 {
     Puff        = new Puff6(sav, 0x0000);
     Items       = new MyItem6AO(sav, 0x00400);
     ItemInfo    = new ItemInfo6(sav, 0x1000);
     GameTime    = new GameTime6(sav, 0x01200);
     Situation   = new Situation6(sav, 0x01400);
     Played      = new PlayTime6(sav, 0x01800);
     Misc        = new Misc6AO(sav, 0x04200);
     BoxLayout   = new BoxLayout6(sav, 0x04400);
     BattleBox   = new BattleBox6(sav, 0x04A00);
     Status      = new MyStatus6(sav, 0x14000);
     Zukan       = new Zukan6AO(sav, 0x15000, 0x400);
     OPower      = new OPower6(sav, 0x17400);
     Maison      = new MaisonBlock(sav, 0x1BA00);
     MysteryGift = new MysteryBlock6(sav, 0x1CC00);
     Records     = new RecordBlock6(sav, 0x1F400);
     SuperTrain  = new SuperTrainBlock(sav, 0x20200);
     Link        = new LinkBlock6(sav, 0x20E00);
     Sango       = new SangoInfoBlock(sav, 0x2B600);
 }