Difference between revisions of "5F Dmg ((MA+Y)/2*MA)"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
 
  [5f]
 
  [5f]
  0018aac8: 27bdffe8 addiu r29,r29,0xffe8
+
  0018aac8: 27bdffe8 addiu r29,r29,-0x0018    |
  0018aacc: afbf0010 sw r31,0x0010(r29)
+
  0018aacc: afbf0010 sw r31,0x0010(r29)       |
  0018aad0: 0c06216e jal 0x001885b8     [[Magical Evade Calculation]]
+
  0018aad0: 0c06216e jal 0x001885b8           |{{f/jal|Magical_Evade_Calculation|Magical_Evade_Calculation}} If Abillity is evadeable roll Ability Evade byte against Ability base Hit / Returns r2
  0018aad4: 00000000 nop
+
  0018aad4: 00000000 nop                     |
  0018aad8: 14400003 bne r2,r0,0x 0018aae8
+
  0018aad8: 14400003 bne r2,r0,0x0018aae8    {{f/Cond|If Attack is not evaded}}
  0018aadc: 00000000 nop
+
  0018aadc: 00000000 nop                         |
  0018aae0: 0c062269 jal 0x001889a4     [[2Truth/Formula 5E-5F Calculate damage|Truth Formula]]
+
  0018aae0: 0c062269 jal 0x001889a4               |{{f/jal|2Truth/Formula_5E-5F_Calculate_damage|2Truth/Formula_5E-5F_Calculate_damage}} Set Damage (MA * (MA+Y)/2) - Altered by M-Support/Status/Element - Roll Status Proc (19%)
  0018aae4: 00000000 nop
+
  0018aae4: 00000000 nop                         |
  0018aae8: 8fbf0010 lw r31,0x0010(r29)
+
  0018aae8: 8fbf0010 lw r31,0x0010(r29)       END
  0018aaec: 27bd0018 addiu r29,r29,0x 0018
+
  0018aaec: 27bd0018 addiu r29,r29,0x0018
  0018aaf0: 03e00008 jr r31
+
  0018aaf0: 03e00008 jr r31
  0018aaf4: 00000000 nop (Repeat of 1E)
+
  0018aaf4: 00000000 nop
 +
=== Return location ===
 +
'''Battle.bin'''
 +
0018b97c : [[Pre Formula Setup (FDC)|Pre Formula Setup]]

Latest revision as of 19:27, 27 April 2022

[5f]
0018aac8: 27bdffe8 addiu r29,r29,-0x0018    |
0018aacc: afbf0010 sw r31,0x0010(r29)       |
0018aad0: 0c06216e jal 0x001885b8           |-->Magical_Evade_Calculation If Abillity is evadeable roll Ability Evade byte against Ability base Hit / Returns r2
0018aad4: 00000000 nop                      |
0018aad8: 14400003 bne r2,r0,0x0018aae8     #If Attack is not evaded
0018aadc: 00000000 nop                          |
0018aae0: 0c062269 jal 0x001889a4               |-->2Truth/Formula_5E-5F_Calculate_damage Set Damage (MA * (MA+Y)/2) - Altered by M-Support/Status/Element - Roll Status Proc (19%)
0018aae4: 00000000 nop                          |
0018aae8: 8fbf0010 lw r31,0x0010(r29)       END
0018aaec: 27bd0018 addiu r29,r29,0x0018
0018aaf0: 03e00008 jr r31
0018aaf4: 00000000 nop

Return location

Battle.bin
0018b97c : Pre Formula Setup