Difference between revisions of "12 Set Quick Hit F(MA+X)%"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [12] 0018912c: 27bdffe8 addiu r29,r29,0xffe8 00189130: afbf0010 sw r31,0x0010(r29) 00189134: 0c061760 jal 0x 00185d80 Get X and MA 00189138: 00000000 nop 001...")
 
Line 2: Line 2:
 
  0018912c: 27bdffe8 addiu r29,r29,0xffe8
 
  0018912c: 27bdffe8 addiu r29,r29,0xffe8
 
  00189130: afbf0010 sw r31,0x0010(r29)
 
  00189130: afbf0010 sw r31,0x0010(r29)
  00189134: 0c061760 jal 0x 00185d80  Get X and MA
+
  00189134: 0c061760 jal 0x 00185d80  [[Store MA and X]]
 
  00189138: 00000000 nop
 
  00189138: 00000000 nop
  0018913c: 0c062200 jal 0x 00188800  Calculate (MA + X)*Faith% This is essentially the same as 0x188a24 except without elemental boosting, shell, or MADEF.
+
  0018913c: 0c062200 jal 0x 00188800  [[MA + X]] This is essentially the same as 0x188a24 except without elemental boosting, shell, or MADEF.
 
  00189140: 00000000 nop
 
  00189140: 00000000 nop
 
  00189144: 14400003 bne r2,r0,0x 00189154
 
  00189144: 14400003 bne r2,r0,0x 00189154
 
  00189148: 00000000 nop
 
  00189148: 00000000 nop
  0018914c: 0c061e0f jal 0x 0018783c  Quick Effect
+
  0018914c: 0c061e0f jal 0x 0018783c  [[Quick Effect]]
 
  00189150: 00000000 nop
 
  00189150: 00000000 nop
 
  00189154: 8fbf0010 lw r31,0x0010(r29)
 
  00189154: 8fbf0010 lw r31,0x0010(r29)
  00189158: 27bd 0018 addiu r29,r29,0x 0018
+
  00189158: 27bd0018 addiu r29,r29,0x 0018
 
  0018915c: 03e00008 jr r31
 
  0018915c: 03e00008 jr r31
 
  00189160: 00000000 nop
 
  00189160: 00000000 nop

Revision as of 02:45, 4 June 2016

[12]
0018912c: 27bdffe8 addiu r29,r29,0xffe8		
00189130: afbf0010 sw r31,0x0010(r29)		
00189134: 0c061760 jal 0x 00185d80   		Store MA and X
00189138: 00000000 nop				
0018913c: 0c062200 jal 0x 00188800   		MA + X This is essentially the same as 0x188a24 except without elemental boosting, shell, or MADEF.
00189140: 00000000 nop				
00189144: 14400003 bne r2,r0,0x 00189154		
00189148: 00000000 nop				
0018914c: 0c061e0f jal 0x 0018783c   		Quick Effect
00189150: 00000000 nop				
00189154: 8fbf0010 lw r31,0x0010(r29)		
00189158: 27bd0018 addiu r29,r29,0x 0018		
0018915c: 03e00008 jr r31			
00189160: 00000000 nop