Difference between revisions of "47 AbsHP (Y)% 100% Status"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [47] 0018a220: 27bdffe8 addiu r29,r29,0xffe8 0018a224: afbf0010 sw r31,0x0010(r29) 0018a228: 0c061989 jal 0x 00186624 Calculate Damage as Y% of HP 0018a22c: 00...")
 
m
 
Line 1: Line 1:
 
  [47]
 
  [47]
  0018a220: 27bdffe8 addiu r29,r29,0xffe8
+
  0018a220: 27bdffe8 addiu r29,r29,-0x0018    |
  0018a224: afbf0010 sw r31,0x0010(r29)
+
  0018a224: afbf0010 sw r31,0x0010(r29)       |
  0018a228: 0c061989 jal 0x 00186624      Calculate Damage as Y% of HP
+
  0018a228: 0c061989 jal 0x00186624          |{{f/jal|Calculate_HP%25_damage|Calculate_HP%_damage}} Set Target Current Action HP damage to [Used Ability Y]% of Target max HP
  0018a22c: 00000000 nop
+
  0018a22c: 00000000 nop                     |
  0018a230: 0c061c92 jal 0x 00187248      Abosrb HP
+
  0018a230: 0c061c92 jal 0x00187248          |{{f/jal|HP_Absorption|HP_Absorption}} Add HP recovery to Attacker action / Manages undead reversal mechanics
  0018a234: 00000000 nop
+
  0018a234: 00000000 nop                     |
  0018a238: 0c061fad jal 0x 00187eb4      Status Proc
+
  0018a238: 0c061fad jal 0x00187eb4          |{{f/jal|Apply_status_(to_action)_-_(Preserve_hit_status,_evade_type,_hit_%25)|Apply_status_(to_action)_-_(Preserve_hit_status,_evade_type,_hit_%25)}} Update Target Current Action status infliction/Removal
  0018a23c: 00000000 nop
+
  0018a23c: 00000000 nop                     |
  0018a240: 8fbf0010 lw r31,0x0010(r29)
+
  0018a240: 8fbf0010 lw r31,0x0010(r29)       |
  0018a244: 27bd 0018 addiu r29,r29,0x 0018
+
  0018a244: 27bd0018 addiu r29,r29,0x0018
  0018a248: 03e00008 jr r31
+
  0018a248: 03e00008 jr r31
 
  0018a24c: 00000000 nop
 
  0018a24c: 00000000 nop
 +
=== Return location ===
 +
'''Battle.bin'''
 +
0018b97c - [[Pre Formula Setup (FDC)|Pre Formula Setup]]

Latest revision as of 18:52, 25 April 2022

[47]
0018a220: 27bdffe8 addiu r29,r29,-0x0018    |
0018a224: afbf0010 sw r31,0x0010(r29)       |
0018a228: 0c061989 jal 0x00186624           |-->Calculate_HP%_damage Set Target Current Action HP damage to [Used Ability Y]% of Target max HP
0018a22c: 00000000 nop                      |
0018a230: 0c061c92 jal 0x00187248           |-->HP_Absorption Add HP recovery to Attacker action / Manages undead reversal mechanics
0018a234: 00000000 nop                      |
0018a238: 0c061fad jal 0x00187eb4           |-->Apply_status_(to_action)_-_(Preserve_hit_status,_evade_type,_hit_%25) Update Target Current Action status infliction/Removal
0018a23c: 00000000 nop                      |
0018a240: 8fbf0010 lw r31,0x0010(r29)       |
0018a244: 27bd0018 addiu r29,r29,0x0018
0018a248: 03e00008 jr r31
0018a24c: 00000000 nop

Return location

Battle.bin
0018b97c - Pre Formula Setup