Difference between revisions of "Physical Routine for Hit % abilities"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Physical Routine for Hit % abilities 00188b14: 27bdffe8 addiu r29,r29,0xffe8 00188b18: afbf0010 sw r31,0x0010(r29) 00188b1c: 0c061853 jal 0x0018614c Attack Up / Marti...")
 
Line 2: Line 2:
 
  00188b14: 27bdffe8 addiu r29,r29,0xffe8
 
  00188b14: 27bdffe8 addiu r29,r29,0xffe8
 
  00188b18: afbf0010 sw r31,0x0010(r29)
 
  00188b18: afbf0010 sw r31,0x0010(r29)
  00188b1c: 0c061853 jal 0x0018614c Attack Up / Martial Arts
+
  00188b1c: 0c061853 jal 0x0018614c [[Formula 32, 33, 34, 35 Attack Up and Martial Arts]]
 
  00188b20: 00000000 nop
 
  00188b20: 00000000 nop
  00188b24: 0c0622b7 jal 0x00188adc Berserk/Frog, Defense Up, Status Effects, Compat
+
  00188b24: 0c0622b7 jal 0x00188adc [[Cluster of Physical Routines]]
 
  00188b28: 00000000 nop
 
  00188b28: 00000000 nop
  00188b2c: 0c061967 jal 0x0018659c XA + YA for Accuracy
+
  00188b2c: 0c061967 jal 0x0018659c [[Set XA + YA for Status Formulas (Stupid section)]]
 
  00188b30: 00000000 nop
 
  00188b30: 00000000 nop
  00188b34: 0c061d44 jal 0x00187510 Total Accuracy Check
+
  00188b34: 0c061d44 jal 0x00187510 [[Set XA*YA as hit%]]
 
  00188b38: 00000000 nop
 
  00188b38: 00000000 nop
 
  00188b3c: 3c028019 lui r2,0x8019
 
  00188b3c: 3c028019 lui r2,0x8019

Revision as of 04:56, 1 December 2016

Physical Routine for Hit % abilities
00188b14: 27bdffe8 addiu r29,r29,0xffe8		
00188b18: afbf0010 sw r31,0x0010(r29)		
00188b1c: 0c061853 jal 0x0018614c		Formula 32, 33, 34, 35 Attack Up and Martial Arts
00188b20: 00000000 nop				
00188b24: 0c0622b7 jal 0x00188adc		Cluster of Physical Routines
00188b28: 00000000 nop				
00188b2c: 0c061967 jal 0x0018659c		Set XA + YA for Status Formulas (Stupid section)
00188b30: 00000000 nop				
00188b34: 0c061d44 jal 0x00187510		Set XA*YA as hit%
00188b38: 00000000 nop				
00188b3c: 3c028019 lui r2,0x8019		
00188b40: 8c422d90 lw r2,0x2d90(r2)		Load Current Action Data Pointer
00188b44: 00000000 nop				
00188b48: 90420000 lbu r2,0x0000(r2)		Load Hit Flag
00188b4c: 00000000 nop				
00188b50: 2c420001 sltiu r2,r2,0x0001		
00188b54: 8fbf0010 lw r31,0x0010(r29)		
00188b58: 27bd0018 addiu r29,r29,0x0018		
00188b5c: 03e00008 jr r31			
00188b60: 00000000 nop