Difference between revisions of "Set targets animation 1"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Return locations and navigation)
(fixed link to routine)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
  00068b60: 0c01e9b9 jal 0x0007a6e4
 
  00068b60: 0c01e9b9 jal 0x0007a6e4
 
  00068b64: afb00010 sw r16,0x0010(r29)
 
  00068b64: afb00010 sw r16,0x0010(r29)
  00068b68: 0c01e875 jal 0x0007a1d4 get misc data
+
  00068b68: 0c01e875 jal 0x0007a1d4 get misc data [[Get_casting_unit%27s_misc_data]]
 
  00068b6c: 00408021 addu r16,r2,r0
 
  00068b6c: 00408021 addu r16,r2,r0
 
  00068b70: 00402021 addu r4,r2,r0
 
  00068b70: 00402021 addu r4,r2,r0
  00068b74: 0c020e5e jal 0x00083978 set targets animation based on attack type
+
  00068b74: 0c020e5e jal 0x00083978 set targets animation based on attack type [[Set_targets_animation_based_on_attack_type]]
 
  00068b78: 02002821 addu r5,r16,r0
 
  00068b78: 02002821 addu r5,r16,r0
 
  00068b7c: 34020001 ori r2,r0,0x0001
 
  00068b7c: 34020001 ori r2,r0,0x0001
Line 20: Line 20:
 
  001a3270: 001a31a8 - 001a32e4 [[Effect text/transformation/animation display timing]]
 
  001a3270: 001a31a8 - 001a32e4 [[Effect text/transformation/animation display timing]]
 
  001a3ea8: [[001a3d30 - 001a3ffc]]
 
  001a3ea8: [[001a3d30 - 001a3ffc]]
  001a3ef4: Same routine as above
+
  001a3ef4
  
==Navigation==
+
==< [[BATTLE.BIN Routines]]==
[[BATTLE.BIN Routines]]
+
<div style="float:left;">< [[Call palette routine 7]]</div><div style="float:right;">[[Set targets animation 2]] ></div>
 
 
< [[Call palette routine 7]] | [[Set targets animation 2]] >
 

Latest revision as of 14:01, 26 April 2025

00068b54: 27bdffe8 addiu r29,r29,0xffe8
00068b58: 3084ffff andi r4,r4,0xffff
00068b5c: afbf0014 sw r31,0x0014(r29)
00068b60: 0c01e9b9 jal 0x0007a6e4
00068b64: afb00010 sw r16,0x0010(r29)
00068b68: 0c01e875 jal 0x0007a1d4			get misc data Get_casting_unit's_misc_data
00068b6c: 00408021 addu r16,r2,r0
00068b70: 00402021 addu r4,r2,r0
00068b74: 0c020e5e jal 0x00083978			set targets animation based on attack type Set_targets_animation_based_on_attack_type
00068b78: 02002821 addu r5,r16,r0
00068b7c: 34020001 ori r2,r0,0x0001
00068b80: 8fbf0014 lw r31,0x0014(r29)
00068b84: 8fb00010 lw r16,0x0010(r29)
00068b88: 27bd0018 addiu r29,r29,0x0018
00068b8c: 03e00008 jr r31
00068b90: 00000000 nop

Return locations

Battle.bin
001a3270: 001a31a8 - 001a32e4	Effect text/transformation/animation display timing
001a3ea8: 001a3d30 - 001a3ffc
001a3ef4

< BATTLE.BIN Routines

< Call palette routine 7
Set targets animation 2 >