Difference between revisions of "Elemental Damage Modification (Prep)"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Elemental Damage Modification (Prep) 00186fd0: 3c048019 lui r4,0x8019 00186fd4: 90843904 lbu r4,0x3904(r4) Load Weapon's Element 00186fd8: 27bdffe8 addiu r29,r29,0xffe8 ...")
 
Line 10: Line 10:
 
  00186ff0: 03e00008 jr r31
 
  00186ff0: 03e00008 jr r31
 
  00186ff4: 00000000 nop
 
  00186ff4: 00000000 nop
 +
 +
 +
== Return Locations ==
 +
 +
*Battle.bin
 +
00189b50: [[2D Dmg_(PA*(WP+Y)) 100% Status]]
 +
00189c14: [[2E Equipped:Break Dmg_(PA*WP)]]
 +
0018ac08: [[63 Dmg_(SP*WP)]]

Revision as of 12:28, 6 March 2012

Elemental Damage Modification (Prep)
00186fd0: 3c048019 lui r4,0x8019
00186fd4: 90843904 lbu r4,0x3904(r4)		Load Weapon's Element
00186fd8: 27bdffe8 addiu r29,r29,0xffe8
00186fdc: afbf0010 sw r31,0x0010(r29)
00186fe0: 0c0613a6 jal 0x00184e98		Elemental Damage Modification (Halve, Null, Absorb, Weak)
00186fe4: 00000000 nop
00186fe8: 8fbf0010 lw r31,0x0010(r29)
00186fec: 27bd0018 addiu r29,r29,0x0018
00186ff0: 03e00008 jr r31
00186ff4: 00000000 nop


Return Locations

  • Battle.bin
00189b50: 2D Dmg_(PA*(WP+Y)) 100% Status
00189c14: 2E Equipped:Break Dmg_(PA*WP)
0018ac08: 63 Dmg_(SP*WP)