Difference between revisions of "Convert HP Damage into MP Recovery"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Convert HP Damage into MP Recovery (Formula 54) 001874ec: 3c028019 lui r2,0x8019 001874f0: 8c422d90 lw r2,0x2d90(r2) Current Action Data Pointer 001874f4: 00000000 nop ...")
 
Line 9: Line 9:
 
  00187508: 03e00008 jr r31
 
  00187508: 03e00008 jr r31
 
  0018750c: a444000a sh r4,0x000a(r2) Store Attack Flag as MP Recovery
 
  0018750c: a444000a sh r4,0x000a(r2) Store Attack Flag as MP Recovery
 +
 +
 +
== Return Locations ==
 +
 +
*Battle.bin
 +
0018a680: [[54 HealMP_(MA*Y)]]

Revision as of 16:41, 11 March 2012

Convert HP Damage into MP Recovery (Formula 54)
001874ec: 3c028019 lui r2,0x8019		
001874f0: 8c422d90 lw r2,0x2d90(r2)		Current Action Data Pointer
001874f4: 00000000 nop				
001874f8: 94440004 lhu r4,0x0004(r2)		Load HP Damage
001874fc: 34030010 ori r3,r0,0x0010		R3 = 10
00187500: a4400004 sh r0,0x0004(r2)		Store HP Damage as 0
00187504: a0430025 sb r3,0x0025(r2)		Store HP Damage as MP Recovery
00187508: 03e00008 jr r31			
0018750c: a444000a sh r4,0x000a(r2)		Store Attack Flag as MP Recovery


Return Locations

  • Battle.bin
0018a680: 54 HealMP_(MA*Y)