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