Difference between revisions of "2F AbsMP (PA*WP)"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [2f] 00189c50: 27bdffe8 addiu r29,r29,0xffe8 00189c54: afbf0010 sw r31,0x0010(r29) 00189c58: 0c062144 jal 0x 00188510 Physical Evade Calculation 00189c5c: 0000...")
 
Line 2: Line 2:
 
  00189c50: 27bdffe8 addiu r29,r29,0xffe8
 
  00189c50: 27bdffe8 addiu r29,r29,0xffe8
 
  00189c54: afbf0010 sw r31,0x0010(r29)
 
  00189c54: afbf0010 sw r31,0x0010(r29)
  00189c58: 0c062144 jal 0x 00188510      Physical Evade Calculation
+
  00189c58: 0c062144 jal 0x 00188510      [[Physical Evade Calculation]]
 
  00189c5c: 00000000 nop
 
  00189c5c: 00000000 nop
  00189c60: 14400007 bne r2,r0,0x 00189c80
+
  00189c60: 14400007 bne r2,r0,0x 00189c80 Branch if attack is evaded
 
  00189c64: 00000000 nop
 
  00189c64: 00000000 nop
  00189c68: 0c061776 jal 0x 00185dd8      Load WP and PA
+
  00189c68: 0c061776 jal 0x 00185dd8      [[Store PA and WP]]
 
  00189c6c: 00000000 nop
 
  00189c6c: 00000000 nop
  00189c70: 0c0621a9 jal 0x 001886a4      Physical Damage Calculation (Does not allow elemental.)
+
  00189c70: 0c0621a9 jal 0x 001886a4      [[Damage Calculation]] (Does not allow elemental.)
 
  00189c74: 00000000 nop
 
  00189c74: 00000000 nop
  00189c78: 0c061d1b jal 0x 0018746c      MP Healing
+
  00189c78: 0c061d1b jal 0x 0018746c      [[MP Recovery Routine]] <-- is actually the MP Absorb routine
 
  00189c7c: 00000000 nop
 
  00189c7c: 00000000 nop
 
  00189c80: 8fbf0010 lw r31,0x0010(r29)
 
  00189c80: 8fbf0010 lw r31,0x0010(r29)

Revision as of 01:30, 29 November 2016

[2f]
00189c50: 27bdffe8 addiu r29,r29,0xffe8		
00189c54: afbf0010 sw r31,0x0010(r29)		
00189c58: 0c062144 jal 0x 00188510      		Physical Evade Calculation
00189c5c: 00000000 nop				
00189c60: 14400007 bne r2,r0,0x 00189c80		Branch if attack is evaded
00189c64: 00000000 nop				
00189c68: 0c061776 jal 0x 00185dd8      		Store PA and WP
00189c6c: 00000000 nop				
00189c70: 0c0621a9 jal 0x 001886a4      		Damage Calculation (Does not allow elemental.)
00189c74: 00000000 nop				
00189c78: 0c061d1b jal 0x 0018746c      		MP Recovery Routine <-- is actually the MP Absorb routine
00189c7c: 00000000 nop				
00189c80: 8fbf0010 lw r31,0x0010(r29)		
00189c84: 27bd 0018 addiu r29,r29,0x 0018		
00189c88: 03e00008 jr r31			
00189c8c: 00000000 nop