Difference between revisions of "Elemental Absorb/Status"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
  001887c4: 27bdffe8 addiu r29,r29,0xffe8
 
  001887c4: 27bdffe8 addiu r29,r29,0xffe8
 
  001887c8: afbf0010 sw r31,0x0010(r29)
 
  001887c8: afbf0010 sw r31,0x0010(r29)
  001887cc: 0c061c3f jal 0x001870fc Elemental Absorb
+
  001887cc: 0c061c3f jal 0x001870fc [[Elemental Absorption]]
 
  001887d0: 00000000 nop
 
  001887d0: 00000000 nop
  001887d4: 0c062130 jal 0x001884c0 ?
+
  001887d4: 0c062130 jal 0x001884c0 [[Conditional Status Proc Roll (19%)]]
 
  001887d8: 00000000 nop
 
  001887d8: 00000000 nop
  001887dc: 14400004 bne r2,r0,0x001887f0 If (Function return result != 0) Return (function return result)
+
  001887dc: 14400004 bne r2,r0,0x001887f0 Branch to end if status proc roll fails
 
  001887e0: 00000000 nop
 
  001887e0: 00000000 nop
  001887e4: 0c061fad jal 0x00187eb4 Status
+
  001887e4: 0c061fad jal 0x00187eb4 [[Apply status (to action) - (Preserve hit status, evade type, hit %)]]
 
  001887e8: 00000000 nop
 
  001887e8: 00000000 nop
 
  001887ec: 00001021 addu r2,r0,r0 Return 0
 
  001887ec: 00001021 addu r2,r0,r0 Return 0

Revision as of 15:50, 26 June 2016

Elemental Absorb/Status
001887c4: 27bdffe8 addiu r29,r29,0xffe8		
001887c8: afbf0010 sw r31,0x0010(r29)		
001887cc: 0c061c3f jal 0x001870fc		Elemental Absorption
001887d0: 00000000 nop				
001887d4: 0c062130 jal 0x001884c0		Conditional Status Proc Roll (19%)
001887d8: 00000000 nop				
001887dc: 14400004 bne r2,r0,0x001887f0	Branch to end if status proc roll fails	
001887e0: 00000000 nop				
001887e4: 0c061fad jal 0x00187eb4		Apply status (to action) - (Preserve hit status, evade type, hit %)
001887e8: 00000000 nop				
001887ec: 00001021 addu r2,r0,r0		Return 0
001887f0: 8fbf0010 lw r31,0x0010(r29)		
001887f4: 27bd0018 addiu r29,r29,0x0018		
001887f8: 03e00008 jr r31			
001887fc: 00000000 nop