Difference between revisions of "07 Heal (Weapon)"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [07] Weapon (Heal) 00188d3c: 27bdffe8 addiu r29,r29,0xffe8 00188d40: afbf0010 sw r31,0x0010(r29) 00188d44: 0c0616a7 jal 0x 00185a9c Weapon XA Calculation 0018...")
 
Line 3: Line 3:
 
  00188d3c: 27bdffe8 addiu r29,r29,0xffe8
 
  00188d3c: 27bdffe8 addiu r29,r29,0xffe8
 
  00188d40: afbf0010 sw r31,0x0010(r29)
 
  00188d40: afbf0010 sw r31,0x0010(r29)
  00188d44: 0c0616a7 jal 0x 00185a9c      Weapon XA Calculation
+
  00188d44: 0c0616a7 jal 0x 00185a9c      [[Base XA Calculation]]
 
  00188d48: 00000000 nop
 
  00188d48: 00000000 nop
  00188d4c: 0c061259 jal 0x 00184964      Zodiac Calculation Already covered under weapon XA.
+
  00188d4c: 0c061259 jal 0x 00184964      [[Compatibility]]
 
  00188d50: 00000000 nop
 
  00188d50: 00000000 nop
  00188d54: 0c0617e0 jal 0x 00185f80      Charge Calculation
+
  00188d54: 0c0617e0 jal 0x 00185f80      [[Charge Calculation]]
 
  00188d58: 00000000 nop
 
  00188d58: 00000000 nop
  00188d5c: 0c06217e jal 0x 001885f8      Zodiac Calculation Already covered under weapon XA.
+
  00188d5c: 0c06217e jal 0x 001885f8      [[Physical XA Modifying Statuses/Support ]]
 
  00188d60: 00000000 nop
 
  00188d60: 00000000 nop
  00188d64: 0c06195a jal 0x 00186568      Healing (Weapon) Potency Calculation Essentially, this is the same coding as the subroutine in 0x188638 but missing the weapon elemental routine.
+
  00188d64: 0c06195a jal 0x 00186568      [[XA * YA Calculation]]
 
  00188d68: 00000000 nop
 
  00188d68: 00000000 nop
  00188d6c: 0c061cd4 jal 0x 00187350      Undead Reversal  
+
  00188d6c: 0c061cd4 jal 0x 00187350      [[Undead Reversal]]
 
  00188d70: 00000000 nop
 
  00188d70: 00000000 nop
 
  00188d74: 8fbf0010 lw r31,0x0010(r29)
 
  00188d74: 8fbf0010 lw r31,0x0010(r29)

Revision as of 17:04, 28 December 2016

[07] Weapon (Heal)
00188d3c: 27bdffe8 addiu r29,r29,0xffe8		
00188d40: afbf0010 sw r31,0x0010(r29)		
00188d44: 0c0616a7 jal 0x 00185a9c      		Base XA Calculation
00188d48: 00000000 nop				
00188d4c: 0c061259 jal 0x 00184964      		Compatibility
00188d50: 00000000 nop				
00188d54: 0c0617e0 jal 0x 00185f80      		Charge Calculation
00188d58: 00000000 nop				
00188d5c: 0c06217e jal 0x 001885f8      		Physical XA Modifying Statuses/Support 
00188d60: 00000000 nop				
00188d64: 0c06195a jal 0x 00186568      		XA * YA Calculation
00188d68: 00000000 nop				
00188d6c: 0c061cd4 jal 0x 00187350      		Undead Reversal
00188d70: 00000000 nop				
00188d74: 8fbf0010 lw r31,0x0010(r29)		
00188d78: 27bd 0018 addiu r29,r29,0x 0018		
00188d7c: 03e00008 jr r31			
00188d80: 00000000 nop