Difference between revisions of "17 Dmg (TarCurHP-1) Hit F(MA+X)%"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " [17] 0018925c: 27bdffe8 addiu r29,r29,0xffe8 00189260: afbf0010 sw r31,0x0010(r29) 00189264: 0c06216e jal 0x 001885b8 Magic Evade 00189268: 00000000 nop 0018926c...")
 
m (Jal links)
Line 2: Line 2:
 
  0018925c: 27bdffe8 addiu r29,r29,0xffe8
 
  0018925c: 27bdffe8 addiu r29,r29,0xffe8
 
  00189260: afbf0010 sw r31,0x0010(r29)
 
  00189260: afbf0010 sw r31,0x0010(r29)
  00189264: 0c06216e jal 0x 001885b8   Magic Evade
+
  00189264: 0c06216e jal 0x001885b8   [[Magical_Evade_Calculation]]
 
  00189268: 00000000 nop
 
  00189268: 00000000 nop
  0018926c: 14400007 bne r2,r0,0x 0018928c
+
  0018926c: 14400007 bne r2,r0,0x 0018928c       Branch to end if evaded
 
  00189270: 00000000 nop
 
  00189270: 00000000 nop
  00189274: 0c062273 jal 0x 001889cc   Calculate (MA + X)*Faith% This is essentially the same routine as 0x188a24 except without elemental boosting.
+
  00189274: 0c062273 jal 0x001889cc   [[Calculate_Accuracy_for_Magical_Spells]] This is essentially the same routine as 0x188a24 except without elemental boosting.
 
  00189278: 00000000 nop
 
  00189278: 00000000 nop
  0018927c: 14400003 bne r2,r0,0x 0018928c
+
  0018927c: 14400003 bne r2,r0,0x 0018928c Branch to end if miss
 
  00189280: 00000000 nop
 
  00189280: 00000000 nop
  00189284: 0c0619bb jal 0x 001866ec Gravi2 Damage Routine
+
  00189284: 0c0619bb jal 0x001866ec [[Gravi2_Damage_Routine]]
 
  00189288: 00000000 nop
 
  00189288: 00000000 nop
 
  0018928c: 8fbf0010 lw r31,0x0010(r29)
 
  0018928c: 8fbf0010 lw r31,0x0010(r29)

Revision as of 19:34, 19 April 2021

[17]
0018925c: 27bdffe8 addiu r29,r29,0xffe8
00189260: afbf0010 sw r31,0x0010(r29)
00189264: 0c06216e jal 0x001885b8   		Magical_Evade_Calculation
00189268: 00000000 nop				
0018926c: 14400007 bne r2,r0,0x 0018928c       Branch to end if evaded		
00189270: 00000000 nop				
00189274: 0c062273 jal 0x001889cc    		Calculate_Accuracy_for_Magical_Spells This is essentially the same routine as 0x188a24 except without elemental boosting.
00189278: 00000000 nop				
0018927c: 14400003 bne r2,r0,0x 0018928c	Branch to end if miss	
00189280: 00000000 nop				
00189284: 0c0619bb jal 0x001866ec  		Gravi2_Damage_Routine
00189288: 00000000 nop				
0018928c: 8fbf0010 lw r31,0x0010(r29)		
00189290: 27bd 0018 addiu r29,r29,0x 0018		
00189294: 03e00008 jr r31			
00189298: 00000000 nop