Difference between revisions of "Teleport: Set Secondary Effect Struct"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 00068b34: 27bdffe8 addiu r29,r29,0xffe8 00068b38: afbf0010 sw r31,0x0010(r29) 00068b3c: 0c01a288 jal 0x00068a20 00068b40: 34050013 ori r5,r0,0x...")
 
(Return locations and navigation)
Line 1: Line 1:
<font face='Courier New'>
 
 
 
  00068b34: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b34: 27bdffe8 addiu r29,r29,0xffe8
 
  00068b38: afbf0010 sw r31,0x0010(r29)
 
  00068b38: afbf0010 sw r31,0x0010(r29)
Line 8: Line 6:
 
  00068b48: 27bd0018 addiu r29,r29,0x0018
 
  00068b48: 27bd0018 addiu r29,r29,0x0018
 
  00068b4c: 03e00008 jr r31
 
  00068b4c: 03e00008 jr r31
  `00068b50: 00000000 nop
+
  00068b50: 00000000 nop
</font>
+
 
 +
==Return locations==
 +
'''Battle.bin'''
 +
0008a758: [[0008a700 - 0008a77c]]
 +
0008a7d8: [[0008a780 - 0008a7fc]]
 +
0008e2e8: [[0008e2c8 - 0008e300]]
 +
 
 +
==Navigation==
 +
[[BATTLE.BIN Routines]]
 +
 
 +
< [[Call palette routine 6]] | [[Set targets animation 1]] >

Revision as of 23:05, 6 April 2023

00068b34: 27bdffe8 addiu r29,r29,0xffe8
00068b38: afbf0010 sw r31,0x0010(r29)
00068b3c: 0c01a288 jal 0x00068a20
00068b40: 34050013 ori r5,r0,0x0013
00068b44: 8fbf0010 lw r31,0x0010(r29)
00068b48: 27bd0018 addiu r29,r29,0x0018
00068b4c: 03e00008 jr r31
00068b50: 00000000 nop

Return locations

Battle.bin
0008a758: 0008a700 - 0008a77c
0008a7d8: 0008a780 - 0008a7fc
0008e2e8: 0008e2c8 - 0008e300

Navigation

BATTLE.BIN Routines

< Call palette routine 6 | Set targets animation 1 >