Difference between revisions of "Setup Secondary effect initialise table"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "<font face='Courier New'> 000687a4: 3c018009 lui r1,0x8009 000687a8: ac2060f8 sw r0,0x60f8(r1) 000687ac: 3c018009 lui r1,0x8009 000687b0: ac2060fc sw r0,0x60fc(r1) clea...")
 
Line 1: Line 1:
 
<font face='Courier New'>
 
<font face='Courier New'>
 
   
 
   
  000687a4: 3c018009 lui r1,0x8009
+
  000687bc: a4a000a4 sh r0,0x00a4(r5) Store ? = 0
  000687a8: ac2060f8 sw r0,0x60f8(r1)
+
  000687c0: 90830004 lbu r3,0x0004(r4) Load Unit ID
  000687ac: 3c018009 lui r1,0x8009
+
  000687c4: 34020001 ori r2,r0,0x0001 r2 = 1
  000687b0: ac2060fc sw r0,0x60fc(r1) clear ?? data
+
  000687c8: a4a20000 sh r2,0x0000(r5) Store ? = 1
  000687b4: 03e00008 jr r31
+
000687cc: a4a00004 sh r0,0x0004(r5) Store ? = 0
  `000687b8: 00000000 nop
+
000687d0: a0a300a6 sb r3,0x00a6(r5) Store Unit ID
 +
000687d4: 90820004 lbu r2,0x0004(r4) Load Unit ID
 +
  000687d8: 03e00008 jr r31
 +
  000687dc: a0a20006 sb r2,0x0006(r5) Store Unit ID
 +
 
 
</font>
 
</font>

Revision as of 15:12, 11 June 2016

000687bc: a4a000a4 sh r0,0x00a4(r5)		Store ? = 0
000687c0: 90830004 lbu r3,0x0004(r4)		Load Unit ID
000687c4: 34020001 ori r2,r0,0x0001		r2 = 1
000687c8: a4a20000 sh r2,0x0000(r5)		Store ? = 1
000687cc: a4a00004 sh r0,0x0004(r5)		Store ? = 0
000687d0: a0a300a6 sb r3,0x00a6(r5)		Store Unit ID
000687d4: 90820004 lbu r2,0x0004(r4)		Load Unit ID
000687d8: 03e00008 jr r31
000687dc: a0a20006 sb r2,0x0006(r5)		Store Unit ID