Difference between revisions of "Force Attack Miss"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
== Return Locations ==
 
== Return Locations ==
  
  001867b0:
+
  001867b0: [[Steal Gil]]
  00186880:
+
  00186880: [[Set EXP Stolen]]
 
  0018743c: [[Undead Absorb Attack]]
 
  0018743c: [[Undead Absorb Attack]]
 
  001875e4: [[Dragon Check]]
 
  001875e4: [[Dragon Check]]
Line 30: Line 30:
 
  0018a8f0: [[58 Generic: Set_Marlboro: Hit(MA+X)%]]
 
  0018a8f0: [[58 Generic: Set_Marlboro: Hit(MA+X)%]]
 
  0018a950: [[59 –Lvl(1) Hit (MA+X)%]]
 
  0018a950: [[59 –Lvl(1) Hit (MA+X)%]]
  0018bb44:
+
  0018bb44: [[Set some data for current attack]]
 
  0018dcf0: [[Traps Routine]]
 
  0018dcf0: [[Traps Routine]]

Revision as of 03:50, 20 June 2016

Force Attack Miss (Used in Formula 0x0E)
0018430c: 3c028019 lui r2,0x8019		
00184310: 8c422d90 lw r2,0x2d90(r2)		Current Action Data Pointer
00184314: 00000000 nop				
00184318: a0400000 sb r0,0x0000(r2)		Store Attack miss ?
0018431c: 3c038019 lui r3,0x8019		
00184320: 8c632d90 lw r3,0x2d90(r3)		Current Action Data Pointer
00184324: 34020007 ori r2,r0,0x0007		r2 = 0x7
00184328: a0620002 sb r2,0x0002(r3)		Store if attack was Guarded or missed
0018432c: 3c028019 lui r2,0x8019
00184330: 8c422d90 lw r2,0x2d90(r2)		Current Action Datat Pointer
00184334: 03e00008 jr r31			
00184338: a440002a sh r0,0x002a(r2)		0% Chance to hitself


Return Locations

001867b0: Steal Gil
00186880: Set EXP Stolen
0018743c: Undead Absorb Attack
001875e4: Dragon Check
00187620: Sleep Check
0018820c: 38 (100%)
0018997c: 29 OppositeSex: Hit_(MA+X)%
001899f4: 2A Hit_(MA+X)% // AffectBraveOrFaith(Y)
0018a0ec: 40 Undead: Hit_(SP+X)% 
0018a154: 41 Hit_(MA+X)% 
0018a79c: 57 +Lvl(1) NS 100% Add Status on Caster
0018a8f0: 58 Generic: Set_Marlboro: Hit(MA+X)%
0018a950: 59 –Lvl(1) Hit (MA+X)%
0018bb44: Set some data for current attack
0018dcf0: Traps Routine