Difference between revisions of "0C Heal F(MA*Y)"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [0c] Healing ((MA * Y) * Faith) 00188ef8: 27bdffe8 addiu r29,r29,0xffe8 00188efc: afbf0010 sw r31,0x0010(r29) 00188f00: 0c061725 jal 0x 00185c94 Get Ability ...")
 
Line 2: Line 2:
 
  00188ef8: 27bdffe8 addiu r29,r29,0xffe8
 
  00188ef8: 27bdffe8 addiu r29,r29,0xffe8
 
  00188efc: afbf0010 sw r31,0x0010(r29)
 
  00188efc: afbf0010 sw r31,0x0010(r29)
  00188f00: 0c061725 jal 0x 00185c94              Get Ability Power
+
  00188f00: 0c061725 jal 0x 00185c94              [[Store MA and Y]]
 
  00188f04: 00000000 nop
 
  00188f04: 00000000 nop
  00188f08: 0c0617ff jal 0x 00185ffc              Get Elemental Boost
+
  00188f08: 0c0617ff jal 0x 00185ffc              [[Elemental Strengthen]]
 
  00188f0c: 00000000 nop
 
  00188f0c: 00000000 nop
  00188f10: 0c062216 jal 0x 00188858              Healing Calculation This is essentially the same routine as 0x188744 and 0x18877C except without MADEF/Shell/Elemental, even though elemental boost is allowed.
+
  00188f10: 0c062216 jal 0x 00188858              [[Magical XA * YA]]
 
  00188f14: 00000000 nop
 
  00188f14: 00000000 nop
  00188f18: 0c061c54 jal 0x 00187150      Faith Calculation
+
  00188f18: 0c061c54 jal 0x 00187150      [[Faith Calculation]]
 
  00188f1c: 00000000 nop
 
  00188f1c: 00000000 nop
  00188f20: 0c061cd4 jal 0x 00187350      Undead Reversal
+
  00188f20: 0c061cd4 jal 0x 00187350      [[Undead Reversal]]
 
  00188f24: 00000000 nop
 
  00188f24: 00000000 nop
 
  00188f28: 8fbf0010 lw r31,0x0010(r29)
 
  00188f28: 8fbf0010 lw r31,0x0010(r29)

Revision as of 17:30, 1 May 2016

[0c] Healing ((MA * Y) * Faith)
00188ef8: 27bdffe8 addiu r29,r29,0xffe8
00188efc: afbf0010 sw r31,0x0010(r29)
00188f00: 0c061725 jal 0x 00185c94               Store MA and Y
00188f04: 00000000 nop				
00188f08: 0c0617ff jal 0x 00185ffc               Elemental Strengthen
00188f0c: 00000000 nop				
00188f10: 0c062216 jal 0x 00188858               Magical XA * YA
00188f14: 00000000 nop				
00188f18: 0c061c54 jal 0x 00187150      		Faith Calculation
00188f1c: 00000000 nop				
00188f20: 0c061cd4 jal 0x 00187350      		Undead Reversal
00188f24: 00000000 nop				
00188f28: 8fbf0010 lw r31,0x0010(r29)		
00188f2c: 27bd 0018 addiu r29,r29,0x 0018		
00188f30: 03e00008 jr r31			
00188f34: 00000000 nop