Advertisement
Tildehat

Fates Character Struct

Sep 4th, 2020 (edited)
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. Character Struct Ram:
  2.  
  3. 0x0 - 0x7: SPID Flags
  4. 0x8: 1 - Moved
  5. 2 - Pair up lead
  6. 4 - Pair up support
  7. 0x9: 40 - Gone from map, unselectable
  8. 80 - Invisible but still selectable
  9. 0xA: 1 - Highlighted for range check
  10. 4 - Clone/Replica
  11. 40 - Kitsune/Ninetails leaf icon
  12. 0xb: 10 - Logbook Shield
  13. 40 - Stat penalty (Not debuff)
  14. 0xc - 0xf: Undocumented Flags
  15. 0x10 - 0x13 : previous character struct
  16. 0x14 - 0x17 : next character struct
  17. 0x18 - 0x27 : Probably some hash
  18. 0x28: 1 -
  19. 2 - Freeze
  20. 4 -
  21. 8 - Silence
  22. 10
  23. 20 - Hexing Rod
  24. 40 - Str halved
  25. 80 - Mag halved
  26. 0x29: 1 - Hp tonic
  27. 2 - str tonic
  28. 4 - mag tonic
  29. 8 - skill tonic
  30. 10 - speed tonic
  31. 20 - luck tonic
  32. 40 - def tonic
  33. 80 - Res Tonic
  34. 0x2a: 1 - Str Status surge +4
  35. 2 - mag Status surge +4
  36. 4 - skl Status surge +4
  37. 8 - spd Status surge +4
  38. 10 - luck Status surge +4
  39. 20 - def Status surge +4
  40. 40 - res Status surge +4
  41. 80 - Rally Str
  42. 0x2b: 1 - Rally Magic
  43. 2 - Rally slk
  44. 4 - rally spd
  45. 8 - rally lck
  46. 10 - rally def
  47. 20 - rally res
  48. 40 - rally mov
  49. 80 - rally Spectrum
  50. 0x2c: 1 - Fancy Footwork
  51. 2 - Inspiring Song
  52. 4 - Hp +2 Meal
  53. 8 - Hp -1 Meal
  54. 10 - Str +2 Meal
  55. 20 - str -1 Meal
  56. 40 - Mag +2 Meal
  57. 80 - mag -1 Meal
  58. 0x2d: 1 - Skl + 1 Meal
  59. 2 - skl - 1 Meal
  60. 4 - spd +2 Meal
  61. 8 - spd -1 Meal
  62. 10 - lck +2 Meal
  63. 20 - lck -1 Meal
  64. 40 - def +2 Meal
  65. 80 - def -1 Meal
  66. 0x2e: 1 - Res + 2 Meal
  67. 2 - Res - 1 Meal
  68. 0x2f - 0x36: Taker Skills Increase
  69. 0x37 - 0x3E: Debuffs
  70. 0x3f - 0x52: Learned skills
  71. 0x53: Unused
  72. 0x54 - 0x57: AI Values, 0x80 in dispos. Most AI is a bitfield
  73. 0x58 - 0x59: AI Values
  74. 0x5A: Group AI, 0x76 From dispos
  75. 0x5B: Unit AI decided?
  76. 0x5C: 0x75 From dispos
  77. 0x5D: 0x77 from dispos
  78. 0x5E: 0x78 from dispos
  79. 0x5F: 0x74 from dispos
  80. 0x60: 0x79 from dispos
  81. 0x61: 0x7A from sispos
  82. 0x62: 0x7B from dispos
  83. 0x63: 0x7C from dispos
  84. 0x64: 0x7D from dispos
  85. 0x65: Action AI
  86. 0x66: Mission AI
  87. 0x67: Attack AI
  88. 0x68: Movement AI
  89. 0x69: Unused
  90. 0x6a - 0x89: Some AI description
  91. 0x8A - 0x8B: Unused
  92. 0x8c - 0x8F: Values for clothing damage
  93. 0x90 - 0x93: more clothing damage?
  94. 0x94 - 0x95: Total Battles
  95. 0x96 - 0x97: Total Wins
  96. 0x98 - 0x9b: on map battle/win count?
  97. 0x9c - 0x9f: Character Pointer
  98. 0xa0 - 0xa3: Class Pointer
  99. 0xa4 - 0xa7: Team Pointer
  100. 0xa8 - 0xab: Pair up character struct Pointer
  101. 0xac - 0xaf: Clone character struct Pointer
  102. 0xb0 - 0xb3: Logbook pointer
  103. 0xb4 - 0xb7: Parentage Pointer
  104. 0xb8 - 0xbb: Something to do with map image
  105. 0xbc - 0xbf:
  106. 0xc0 - 0xc3:
  107. 0xc4 - 0xc7:
  108. 0xc8 - 0xcf: Stats
  109. 0xd0 - 0xdf:
  110. 0xe0 - 0xe7: Stat penalty (Only when flag 0x40000000 is on. Signed)
  111. 0xe8 - 0xef: Weapon Ranks
  112. 0xf0: Character Index
  113. 0xf1: Level
  114. 0xf2: EXP
  115. 0xf3: Current HP
  116. 0xf4 - 0xf5: Map position
  117. 0xf6 - 0xf7: Target position
  118. 0xf8 - 0xfb:
  119. 0xfc - 0xfd:
  120. 0xfe - 0x107: Equipped Skills
  121. 0x108 - 0x11b: Items
  122. 0x11c - 0x11f: Support Pointer
  123. 0x120 - 0x123:
  124. 0x124 - 0x125
  125. 0x126 - 0x127: Character ID for A+ Support
  126. 0x128 - 0x12b:
  127. 0x12c: Boots Mov increase
  128. 0x12d: Move penalty (From stairs?)
  129. 0x12e:
  130. 0x12f: Internal Level
  131. 0x130: Eternal Seal Count
  132. 0x131: Something to do with Team Allegiance
  133. 0x132: Exp Decay
  134. 0x133:
  135. 0x134 - 0x135:
  136. 0x136: ID for Capture Name
  137. 0x137: Unused
  138. 0x138 - 0x13b:
  139. 0x13c - 0x13f: Hair Colour
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement