Difference between revisions of "MA + X without faith"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (return link)
Line 4: Line 4:
 
  00188a8c: 0c061760 jal 0x00185d80              Store MA and X
 
  00188a8c: 0c061760 jal 0x00185d80              Store MA and X
 
  00188a90: 00000000 nop
 
  00188a90: 00000000 nop
  00188a94: 0c0617ff jal 0x00185ffc              Elemental Strengthen
+
  00188a94: 0c0617ff jal 0x00185ffc              [[Elemental_Strengthen]]
 
  00188a98: 00000000 nop
 
  00188a98: 00000000 nop
  00188a9c: 0c0621d1 jal 0x00188744              Magical support/status/compat
+
  00188a9c: 0c0621d1 jal 0x00188744              [[Magical support/status/compat]]
 
  00188aa0: 00000000 nop
 
  00188aa0: 00000000 nop
  00188aa4: 0c061967 jal 0x0018659c              XA and YA for status formulas
+
  00188aa4: 0c061967 jal 0x0018659c              [[Set_XA_%2B_YA_for_Status_Formulas_(Stupid_section)]]
 
  00188aa8: 00000000 nop
 
  00188aa8: 00000000 nop
 
  00188aac: 0c061d44 jal 0x00187510              [[Use_Specific_Action_Hit_Percentage]] (Attack accuracy/hit check : Evasion (as action.Hit%) * XA (stored as action.HPDamage))
 
  00188aac: 0c061d44 jal 0x00187510              [[Use_Specific_Action_Hit_Percentage]] (Attack accuracy/hit check : Evasion (as action.Hit%) * XA (stored as action.HPDamage))
Line 22: Line 22:
 
  00188ad4: 03e00008 jr r31
 
  00188ad4: 03e00008 jr r31
 
  00188ad8: 00000000 nop
 
  00188ad8: 00000000 nop
 +
 +
==Return location==
 +
*Battle.bin
 +
00189fec: [[3D_Hit_(MA%2BX)%25|Formula 3D - Hit (MA+X)%]]
 +
0018a124: [[41_Hit_(MA%2BX)%25|Formula 41 - Hit (MA+X)%]]
 +
0018a604: [[53_Dmg_(X)%25_Hit_(MA%2BX)%25|Formula 53 - Dmg (X)% Hit (MA+X)%]]
 +
0018a6b8: [[55_–PA_(Y)_Hit_(MA%2BX)%25|Formula 55 - –PA (Y) Hit (MA+X)%]]
 +
0018a718: [[56_–MA_(Y)_Hit_(MA%2BX)%25|Formula 56 - –MA (Y) Hit (MA+X)%]]
 +
0018a928: [[59_–Lvl(1)_Hit_(MA%2BX)%25|Formula 59 - –Lvl(1) Hit (MA+X)%]]
 +
0018ab78: [[62_–Brave_(Y)_Hit_(MA%2BX)%25|Formula 62 - –Brave (Y) Hit (MA+X)%]]

Revision as of 19:42, 27 August 2021

00188a84: 27bdffe8 addiu r29,r29,0xffe8
00188a88: afbf0010 sw r31,0x0010(r29)
00188a8c: 0c061760 jal 0x00185d80              Store MA and X
00188a90: 00000000 nop
00188a94: 0c0617ff jal 0x00185ffc              Elemental_Strengthen
00188a98: 00000000 nop
00188a9c: 0c0621d1 jal 0x00188744              Magical support/status/compat
00188aa0: 00000000 nop
00188aa4: 0c061967 jal 0x0018659c              Set_XA_+_YA_for_Status_Formulas_(Stupid_section)
00188aa8: 00000000 nop
00188aac: 0c061d44 jal 0x00187510              Use_Specific_Action_Hit_Percentage (Attack accuracy/hit check : Evasion (as action.Hit%) * XA (stored as action.HPDamage))
00188ab0: 00000000 nop
00188ab4: 3c028019 lui r2,0x8019
00188ab8: 8c422d90 lw r2,0x2d90(r2)
00188abc: 00000000 nop
00188ac0: 90420000 lbu r2,0x0000(r2)
00188ac4: 00000000 nop
00188ac8: 2c420001 sltiu r2,r2,0x0001          r2 = 1 if attack missed
00188acc: 8fbf0010 lw r31,0x0010(r29)
00188ad0: 27bd0018 addiu r29,r29,0x0018
00188ad4: 03e00008 jr r31
00188ad8: 00000000 nop

Return location

  • Battle.bin
00189fec: Formula 3D - Hit (MA+X)%
0018a124: Formula 41 - Hit (MA+X)%
0018a604: Formula 53 - Dmg (X)% Hit (MA+X)%
0018a6b8: Formula 55 - –PA (Y) Hit (MA+X)%
0018a718: Formula 56 - –MA (Y) Hit (MA+X)%
0018a928: Formula 59 - –Lvl(1) Hit (MA+X)%
0018ab78: Formula 62 - –Brave (Y) Hit (MA+X)%