Difference between revisions of "Reflect Reaction?"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
  Reflect Reaction?
+
  Reflect Reaction? --This is not the reflect reaction, this is the reflect status code!
 
  0018cfe8: 3c038019 lui r3,0x8019
 
  0018cfe8: 3c038019 lui r3,0x8019
 
  0018cfec: 906338d4 lbu r3,0x38d4(r3) Skillset check
 
  0018cfec: 906338d4 lbu r3,0x38d4(r3) Skillset check

Revision as of 03:58, 2 March 2016

Reflect Reaction?  --This is not the reflect reaction, this is the reflect status code!
0018cfe8: 3c038019 lui r3,0x8019		
0018cfec: 906338d4 lbu r3,0x38d4(r3)		Skillset check
0018cff0: 34020015 ori r2,r0,0x0015		
0018cff4: 10620014 beq r3,r2,0x0018d048		Branch to end if attack is in skillset 0x0015 (math skill)
0018cff8: 00000000 nop				
0018cffc: 3c028019 lui r2,0x8019		
0018d000: 904238f5 lbu r2,0x38f5(r2)		Load Ability Flags 3
0018d004: 00000000 nop				
0018d008: 30420080 andi r2,r2,0x0080		
0018d00c: 1040000e beq r2,r0,0x0018d048		Branch if 'Reflectable' isn't marked
0018d010: 340201b8 ori r2,r0,0x01b8		r2 = 0x01b8
0018d014: 3c038019 lui r3,0x8019		
0018d018: 8c632d90 lw r3,0x2d90(r3)		Load Defender's Currect Action Data
0018d01c: 00000000 nop				
0018d020: a462000e sh r2,0x000e(r3)		Store Reaction as Reflect (LOL)
0018d024: 3c028019 lui r2,0x8019		
0018d028: 944238d6 lhu r2,0x38d6(r2)		Load Used Ability ID
0018d02c: a460002a sh r0,0x002a(r3)		Store hit on self as 0
0018d030: a0600000 sb r0,0x0000(r3)		Store hit as 0
0018d034: a4620026 sh r2,0x0026(r3)		Store Used Ability ID as Last Attack
0018d038: 3c038019 lui r3,0x8019		
0018d03c: 8c632d90 lw r3,0x2d90(r3)		Load Defender's Currect Action Data
0018d040: 34020009 ori r2,r0,0x0009		
0018d044: a0620002 sb r2,0x0002(r3)		Store Evade type as 0x09
0018d048: 03e00008 jr r31			
0018d04c: 00000000 nop