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