Esempio n. 1
0
 def move3(self):
     return moves[convertWord(self.data, 0x5E)]
Esempio n. 2
0
 def move4(self):
     return moves[convertWord(self.data, 0x60)]
Esempio n. 3
0
 def move1(self):
     return moves[convertWord(self.data, 0x5A)]
Esempio n. 4
0
 def move2(self):
     return moves[convertWord(self.data, 0x5C)]
Esempio n. 5
0
 def TID(self):
     return convertWord(self.data, 0xC)
Esempio n. 6
0
 def SID(self):
     return convertWord(self.data, 0xE)
Esempio n. 7
0
 def Spe(self):
     return convertWord(self.data, 0xF8)
Esempio n. 8
0
 def heldItem(self):
     return items[convertWord(self.data, 0xA)]
Esempio n. 9
0
 def SpA(self):
     return convertWord(self.data, 0xFA)
Esempio n. 10
0
 def SpD(self):
     return convertWord(self.data, 0xFC)
Esempio n. 11
0
 def Def(self):
     return convertWord(self.data, 0xF6)
Esempio n. 12
0
 def speciesNum(self):
     return convertWord(self.data, 0x8)
Esempio n. 13
0
 def Atk(self):
     return convertWord(self.data, 0xF4)
Esempio n. 14
0
 def HP(self):
     return convertWord(self.data, 0xF2)
Esempio n. 15
0
 def HPCurrent(self):
     return convertWord(self.data, 0xF0)