Difference between revisions of "Store 3-Byte Data"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " Store 3-Byte Data 0005ded8: 00051402 srl r2,r5,0x10 Data >> 16 0005dedc: a0820000 sb r2,0x0000(r4) Store Byte 1 at Pointer 0005dee0: 24840001 addiu r4,r4,0x0001 Pointer...")
 
 
Line 7: Line 7:
 
  0005deec: 03e00008 jr r31
 
  0005deec: 03e00008 jr r31
 
  0005def0: a0850001 sb r5,0x0001(r4) Store Byte 3 at Pointer
 
  0005def0: a0850001 sb r5,0x0001(r4) Store Byte 3 at Pointer
 +
 +
 +
== Return Locations ==
 +
 +
0005a93c: [[Initialize Unit's Job Data]]
 +
0005b2f8: [[Calculate ENTD Unit Jobs]]
 +
0005b420:
 +
0005deb0: [[Proposition JP Gain]]
 +
0017ebf4:
 +
0017ea80

Latest revision as of 04:51, 1 March 2012

Store 3-Byte Data
0005ded8: 00051402 srl r2,r5,0x10		Data >> 16
0005dedc: a0820000 sb r2,0x0000(r4)		Store Byte 1 at Pointer
0005dee0: 24840001 addiu r4,r4,0x0001		Pointer ++
0005dee4: 00051202 srl r2,r5,0x08		Data >> 8
0005dee8: a0820000 sb r2,0x0000(r4)		Store Byte 2 at Pointer
0005deec: 03e00008 jr r31
0005def0: a0850001 sb r5,0x0001(r4)		Store Byte 3 at Pointer


Return Locations

0005a93c: Initialize Unit's Job Data
0005b2f8: Calculate ENTD Unit Jobs
0005b420:
0005deb0: Proposition JP Gain
0017ebf4:
0017ea80