Difference between revisions of "JOBSTTS.OUT Data Tables"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
 
     0x00:  base job
 
     0x00:  base job
 
     0x02++: all other generic jobs (ends in 0xffff)
 
     0x02++: all other generic jobs (ends in 0xffff)
 +
 +
801fa57c - ability index
 +
    0x00++: 0x18 halfwords of ability IDs for current job
  
 
  801fa5c8 - Unit Data
 
  801fa5c8 - Unit Data
Line 19: Line 22:
 
     0x76: unit total job JP
 
     0x76: unit total job JP
  
  801fa714 - current unit's unlocked jobs
+
  801fa714 - current unit's unlocked jobs/current job unlocked abilities (I like that double use. I like that a lot)
  
 
  801fa7f8 - jobtts unit data pointer
 
  801fa7f8 - jobtts unit data pointer

Revision as of 23:09, 25 May 2024

801f0044 - unit job list marked to open? also contains some other menu data. analyze later.
801fa550 - job menu index?
    0x00:   base job
    0x02++: all other generic jobs (ends in 0xffff)
801fa57c - ability index
    0x00++: 0x18 halfwords of ability IDs for current job
801fa5c8 - Unit Data
    0x00: Current job ID
    0x02: Unit Battle ID
    0x04: Primary skillset
    0x06: gender byte
    0x07: base job ID
    0x08: unlocked jobs 1-8
    0x09: unlocked jobs 9-16
    0x0a: unlocked jobs 17-20
    0x0b: unit action & RSM as in unit battle data (I ain't copying that shit)
    0x44: unit job levels as in battle data
    0x4e: unit job JP
    0x76: unit total job JP
801fa714 - current unit's unlocked jobs/current job unlocked abilities (I like that double use. I like that a lot)
801fa7f8 - jobtts unit data pointer