Difference between revisions of "Set targets animation 2"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00068b94: 27bdffe8 addiu r29,r29,0xffe8 00068b98: 3084ffff andi r4,r4,0xffff 00068b9c: afbf0014 sw r31,0x0014(r29) 00068ba0: 0c01e9c9 jal 0x000...")
 
(Navigation, unknown or no return location)
Line 1: Line 1:
<font face='Courier New'>
 
 
 
  00068b94: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b94: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b98: 3084ffff andi r4,r4,0xffff
 
  00068b98: 3084ffff andi r4,r4,0xffff
Line 16: Line 14:
 
  00068bc8: 27bd0018 addiu r29,r29,0x0018
 
  00068bc8: 27bd0018 addiu r29,r29,0x0018
 
  00068bcc: 03e00008 jr r31
 
  00068bcc: 03e00008 jr r31
  `00068bd0: 00000000 nop
+
  00068bd0: 00000000 nop
</font>
+
 
 +
==Return locations==
 +
Unknown/None?
 +
 
 +
==Navigation==
 +
[[BATTLE.BIN Routines]]
 +
 
 +
< [[Set targets animation 1]] | [[Jump to post action display]] >

Revision as of 23:17, 6 April 2023

00068b94: 27bdffe8 addiu r29,r29,0xffe8
00068b98: 3084ffff andi r4,r4,0xffff
00068b9c: afbf0014 sw r31,0x0014(r29)
00068ba0: 0c01e9c9 jal 0x0007a724			get misc data
00068ba4: afb00010 sw r16,0x0010(r29)
00068ba8: 0c01e875 jal 0x0007a1d4			get misc data
00068bac: 00408021 addu r16,r2,r0
00068bb0: 00402021 addu r4,r2,r0
00068bb4: 0c020e5e jal 0x00083978			set targets animation based on attack type
00068bb8: 02002821 addu r5,r16,r0
00068bbc: 34020001 ori r2,r0,0x0001
00068bc0: 8fbf0014 lw r31,0x0014(r29)
00068bc4: 8fb00010 lw r16,0x0010(r29)
00068bc8: 27bd0018 addiu r29,r29,0x0018
00068bcc: 03e00008 jr r31
00068bd0: 00000000 nop

Return locations

Unknown/None?

Navigation

BATTLE.BIN Routines

< Set targets animation 1 | Jump to post action display >