Beispiel #1
0
 // Evolution tables need Personal Tables initialized beforehand, hence why the EvolutionTree data is initialized here.
 static byte[] get(string resource) => Util.GetBinaryResource($"evos_{resource}.pkl");
Beispiel #2
0
 public override string getBoxName(int box)
 {
     if (PCLayout < 0)
         return "B" + (box + 1);
     return Util.TrimFromZero(Encoding.Unicode.GetString(Data, PCLayout + 0x22*box, 0x22));
 }