Difference between revisions of "Unit Animations"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
  This page contains a comprehensive list to all unit animations, broken down manually. Progress is slow, I'm the only person who seems to care about these.
 
  This page contains a comprehensive list to all unit animations, broken down manually. Progress is slow, I'm the only person who seems to care about these.
 
  information regarding what commands are what can be found here: [[SEQ & Animation info page]]
 
  information regarding what commands are what can be found here: [[SEQ & Animation info page]]
 +
these animation names are subject to change.
 
  [[T1 Facing Angles]] #Compacted because they're all only 1 frame each.
 
  [[T1 Facing Angles]] #Compacted because they're all only 1 frame each.
  [[T1 Walk Forward]]
+
  [[T1 Walk Forward]] #animation 6
  [[T1 Walk Backward]]
+
  [[T1 Walk Backward]] #7
  [[T1 Walk Fast Forward]]
+
  [[T1 Walk Fast Forward]] #8
  [[T1 Walk Fast Backward]]
+
  [[T1 Walk Fast Backward]] #9
  [[T1 Walk Slow Forward]]
+
  [[T1 Walk Slow Forward]] #A
  [[T1 Walk Slow Backward]]
+
  [[T1 Walk Slow Backward]] #B (I think these are just Idle walk frames?)
  - More to do Later
+
T1 Buffer Animations #a few animations that all point to the same command in RAM, "pause animation". animations 0xc, 0xd, 0xe, 0xf, 0x10, and 0x11 all point here.
 +
[[T1 Float Stop Forward]] #12 (also ?????)
 +
[[T1 Float Stop Backward]] #13 (also ?????)
 +
[[T1 Float Stop Fwd Haste]] #14 (also ?????)
 +
[[T1 Float Stop Bck Haste]] #15 (also ?????)
 +
[[T1 Float Stop Fwd Slow]] #16 (also ?????)
 +
[[T1 Float Stop Bck Slow]] #17 (also ?????)
 +
[[T1 Walk To Fwd]] #18 (for walking to a destination? slightly different wait offsets.)
 +
[[T1 Walk To Bck]] #19
 +
[[T1 Walk To Fwd Haste]] #1A
 +
[[T1 Walk To Bck Haste]] #1B
 +
[[T1 Walk To Fwd Slow]] #1C
 +
[[T1 Walk To Bck Slow]] #1D
 +
T1 Buffer Animations #more animations that are just buffers, but they don't point to the same buffer? animations 0x1e, 0x1f, 0x20, 0x21, 0x22, and 0x23 point here.
 +
  - More to do in time

Revision as of 01:27, 7 March 2022

This page contains a comprehensive list to all unit animations, broken down manually. Progress is slow, I'm the only person who seems to care about these.
information regarding what commands are what can be found here: SEQ & Animation info page
these animation names are subject to change.
T1 Facing Angles		#Compacted because they're all only 1 frame each.
T1 Walk Forward		#animation 6
T1 Walk Backward		#7
T1 Walk Fast Forward	#8
T1 Walk Fast Backward	#9
T1 Walk Slow Forward	#A
T1 Walk Slow Backward	#B (I think these are just Idle walk frames?)
T1 Buffer Animations		#a few animations that all point to the same command in RAM, "pause animation". animations 0xc, 0xd, 0xe, 0xf, 0x10, and 0x11 all point here.
T1 Float Stop Forward 	#12 (also ?????)
T1 Float Stop Backward 	#13 (also ?????)
T1 Float Stop Fwd Haste	#14 (also ?????)
T1 Float Stop Bck Haste	#15 (also ?????)
T1 Float Stop Fwd Slow	#16 (also ?????)
T1 Float Stop Bck Slow	#17 (also ?????)
T1 Walk To Fwd		#18 (for walking to a destination? slightly different wait offsets.)
T1 Walk To Bck		#19
T1 Walk To Fwd Haste	#1A
T1 Walk To Bck Haste	#1B
T1 Walk To Fwd Slow	#1C
T1 Walk To Bck Slow	#1D
T1 Buffer Animations		#more animations that are just buffers, but they don't point to the same buffer? animations 0x1e, 0x1f, 0x20, 0x21, 0x22, and 0x23 point here.
- More to do in time