示例#1
0
        public static void Gen5Form(Species species)
        {
            var bw = new SAV5B2W2();

            SetDexSpecies(bw, (int)species, 0x54);
            CheckDexFlags5(bw, (int)species, 0, 0x54, 0xB);
        }
示例#2
0
 public Entralink5B2W2(SAV5B2W2 SAV, int offset) : base(SAV, offset)
 {
 }
示例#3
0
 public Misc5B2W2(SAV5B2W2 sav, int offset) : base(sav, offset)
 {
 }
示例#4
0
        public static void Gen5(Species species)
        {
            var bw = new SAV5B2W2();

            SetDexSpecies(bw, (int)species, 0x54);
        }
示例#5
0
 public Zukan5(SAV5B2W2 sav, int dex, int langflag) : base(sav, dex, langflag)
 {
     DexFormIndexFetcher = DexFormUtil.GetDexFormIndexB2W2;
 }