Advertisement
Tildehat

Fates anime.bin

Jan 11th, 2020
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. anime.bin notes
  2. Header = 0x20
  3. 0x0 - 0x3: file size
  4. 0x4 - 0x7: file size after header
  5. 0x8 - 0x1f: padding
  6.  
  7. Another header?:
  8. 0x0 - 0x3: 0 for no staff animation, 2 for staff
  9. 0x4 - 0x7: 0xC
  10.  
  11. Sprite Block:
  12. Header 0x4 size
  13. Then 16 blocks of size 0x18
  14. Header
  15. 0x0: 1 if used
  16. 0x1: Number of frames
  17. 0x2: Total Frame count
  18. 0x3:
  19.  
  20. Block:
  21. 0x0: X position of body sprite
  22. 0x1: Y position of body sprite
  23. 0x2: X Size of body sprite
  24. 0x3: Y size of body sprite
  25. 0x4 - 0x5: X location of body sprite
  26. 0x6 - 0x7: Y location of body sprite
  27. 0x8: X position of head sprite
  28. 0x9: Y position of head sprite
  29. 0xa: X size of head sprite
  30. 0xb: Y size of head sprite
  31. 0xc - 0xd: X location of head sprite
  32. 0xe - 0xf: Y location of head sprite
  33. 0x10 - 0x13: Sprite Number?
  34. 0x14 - 0x18: Frame count
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement