Difference between revisions of "Target pointers"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " transfer unit ID? 0018da04: 27bdffe8 addiu r29,r29,0xffe8 0018da08: 2483018c addiu r3,r4,0x018c 0018da0c: afbf0010 sw r31,0x0010(r29) 0018da10: 3c018019 lui r1,0x80...")
 
m (redirect)
Tag: New redirect
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
#REDIRECT [[Set_Action_Target_Variables]]
 
  transfer unit ID?
 
  transfer unit ID?
 
  0018da04: 27bdffe8 addiu r29,r29,0xffe8
 
  0018da04: 27bdffe8 addiu r29,r29,0xffe8
Line 10: Line 11:
 
  0018da24: 3c018019 lui r1,0x8019
 
  0018da24: 3c018019 lui r1,0x8019
 
  0018da28: a02238c1 sb r2,0x38c1(r1)
 
  0018da28: a02238c1 sb r2,0x38c1(r1)
  0018da2c: 0c062f5d jal 0x0018bd74
+
  0018da2c: 0c062f5d jal 0x0018bd74 [[Current Action Data Nulling]]
 
  0018da30: 00602021 addu r4,r3,r0
 
  0018da30: 00602021 addu r4,r3,r0
 
  0018da34: 8fbf0010 lw r31,0x0010(r29)
 
  0018da34: 8fbf0010 lw r31,0x0010(r29)

Latest revision as of 20:42, 28 November 2021

transfer unit ID?

0018da04: 27bdffe8 addiu r29,r29,0xffe8		
0018da08: 2483018c addiu r3,r4,0x018c		
0018da0c: afbf0010 sw r31,0x0010(r29)		
0018da10: 3c018019 lui r1,0x8019		
0018da14: ac242d98 sw r4,0x2d98(r1)		r1 = target data pointer
0018da18: 3c018019 lui r1,0x8019		
0018da1c: ac232d90 sw r3,0x2d90(r1)		
0018da20: 9082018a lbu r2,0x018a(r4)		18A = ENTD Unit ID?
0018da24: 3c018019 lui r1,0x8019		
0018da28: a02238c1 sb r2,0x38c1(r1)		
0018da2c: 0c062f5d jal 0x0018bd74		Current Action Data Nulling
0018da30: 00602021 addu r4,r3,r0		
0018da34: 8fbf0010 lw r31,0x0010(r29)		
0018da38: 27bd0018 addiu r29,r29,0x0018		
0018da3c: 03e00008 jr r31			
0018da40: 00000000 nop