Difference between revisions of "41 Hit (MA+X)%"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [41] 0018a114: 27bdffe8 addiu r29,r29,0xffe8 0018a118: afbf0010 sw r31,0x0010(r29) 0018a11c: 0c0622a1 jal 0x 00188a84 Sets (MA + X)% as hit chance 0018a120: 00...")
 
m (links)
Line 2: Line 2:
 
  0018a114: 27bdffe8 addiu r29,r29,0xffe8
 
  0018a114: 27bdffe8 addiu r29,r29,0xffe8
 
  0018a118: afbf0010 sw r31,0x0010(r29)
 
  0018a118: afbf0010 sw r31,0x0010(r29)
  0018a11c: 0c0622a1 jal 0x 00188a84      Sets (MA + X)% as hit chance
+
  0018a11c: 0c0622a1 jal 0x 00188a84      [[MA_%2B_X_without_faith]]
 
  0018a120: 00000000 nop
 
  0018a120: 00000000 nop
 
  0018a124: 14400011 bne r2,r0,0x 0018a16c
 
  0018a124: 14400011 bne r2,r0,0x 0018a16c
Line 16: Line 16:
 
  0018a14c: 14620005 bne r3,r2,0x 0018a164      If target and caster Zodiacs are different, inflict status.
 
  0018a14c: 14620005 bne r3,r2,0x 0018a164      If target and caster Zodiacs are different, inflict status.
 
  0018a150: 00000000 nop
 
  0018a150: 00000000 nop
  0018a154: 0c0610c3 jal 0x 0018430c      ELSE, MISS Routine (Only graphics are affected here.)
+
  0018a154: 0c0610c3 jal 0x 0018430c      [[Force_Attack_Miss]]  ELSE, MISS Routine (Only graphics are affected here.)
 
  0018a158: 00000000 nop
 
  0018a158: 00000000 nop
 
  0018a15c: 0806285b j 0x 0018a16c
 
  0018a15c: 0806285b j 0x 0018a16c
 
  0018a160: 00000000 nop
 
  0018a160: 00000000 nop
  0018a164: 0c061fc9 jal 0x 00187f24      Inflict status at (MA+X)%
+
  0018a164: 0c061fc9 jal 0x 00187f24      [[Apply_status_(to_action)]]
 
  0018a168: 00000000 nop
 
  0018a168: 00000000 nop
 
  0018a16c: 8fbf0010 lw r31,0x0010(r29)
 
  0018a16c: 8fbf0010 lw r31,0x0010(r29)

Revision as of 19:34, 27 August 2021

[41]
0018a114: 27bdffe8 addiu r29,r29,0xffe8		
0018a118: afbf0010 sw r31,0x0010(r29)		
0018a11c: 0c0622a1 jal 0x 00188a84      		MA_+_X_without_faith
0018a120: 00000000 nop				
0018a124: 14400011 bne r2,r0,0x 0018a16c			
0018a128: 00000000 nop				
0018a12c: 3c028019 lui r2,0x8019		
0018a130: 8c422d98 lw r2,0x2d98(r2)		
0018a134: 3c048019 lui r4,0x8019		
0018a138: 8c842d94 lw r4,0x2d94(r4)		
0018a13c: 94430008 lhu r3,0x0008(r2)		
0018a140: 94820008 lhu r2,0x0008(r4)		
0018a144: 3063f000 andi r3,r3,0xf000		
0018a148: 3042f000 andi r2,r2,0xf000		
0018a14c: 14620005 bne r3,r2,0x 0018a164      	If target and caster Zodiacs are different, inflict status.
0018a150: 00000000 nop					
0018a154: 0c0610c3 jal 0x 0018430c      		Force_Attack_Miss   ELSE, MISS Routine (Only graphics are affected here.)
0018a158: 00000000 nop				
0018a15c: 0806285b j 0x 0018a16c			
0018a160: 00000000 nop				
0018a164: 0c061fc9 jal 0x 00187f24      		Apply_status_(to_action)
0018a168: 00000000 nop				
0018a16c: 8fbf0010 lw r31,0x0010(r29)		
0018a170: 27bd 0018 addiu r29,r29,0x 0018		
0018a174: 03e00008 jr r31			
0018a178: 00000000 nop