Difference between revisions of "Elemental XA * YA"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
Return locations (in progress)
 
Return locations (in progress)
 
  0018897c
 
  0018897c
  00188c6c
+
  00188c6c - [[04 Magic Gun]]
 
  00188dbc - [[08_Dmg_F(MA*Y)|Formula 08 : Dmg(F(MA*Y)]]
 
  00188dbc - [[08_Dmg_F(MA*Y)|Formula 08 : Dmg(F(MA*Y)]]
 
  00189494
 
  00189494

Revision as of 04:48, 27 October 2021

0018877c: 27bdffe8 addiu r29,r29,0xffe8
00188780: afbf0010 sw r31,0x0010(r29)
00188784: 0c06195a jal 0x00186568		XA * YA Calculation
00188788: 00000000 nop				
0018878c: 0c061bb4 jal 0x00186ed0		Weather Elemental effects
00188790: 00000000 nop				
00188794: 0c061bfe jal 0x00186ff8		Ability Elemental?
00188798: 00000000 nop				
0018879c: 3c028019 lui r2,0x8019		
001887a0: 8c422d90 lw r2,0x2d90(r2)		Current Action Data Pointer
001887a4: 00000000 nop				
001887a8: 90420000 lbu r2,0x0000(r2)		Load Hit type
001887ac: 00000000 nop				
001887b0: 2c420001 sltiu r2,r2,0x0001		Prep for Elemental Absorb
001887b4: 8fbf0010 lw r31,0x0010(r29)
001887b8: 27bd0018 addiu r29,r29,0x0018
001887bc: 03e00008 jr r31
001887c0: 00000000 nop

Return locations (in progress)

0018897c
00188c6c - 04 Magic Gun
00188dbc - Formula 08 : Dmg(F(MA*Y)
00189494