CYOKO Tackle

From Final Fantasy Hacktics Wiki
Revision as of 06:30, 10 November 2022 by Talcall (talk | contribs) (Created page with " 6e? ffd7(01) ffc2() 6f? ffd7(01) #both of these animations just queue the first animation here. I think they're erroneous. ffc2() Front Choco Rush QueueDistortAnim...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
6e?
ffd7(01)
ffc2()
6f?
ffd7(01)			#both of these animations just queue the first animation here. I think they're erroneous.
ffc2()
Front Choco Rush
QueueDistortAnim(0D,0C)
LoadFrameWait(1D,02)
WaitForDistort(FE)
QueueDistortAnim(03,10)	#same pair of distort animations used by Rush. chocobo tackling animation.
LoadFrameWait(1D,02)
WaitForDistort(FE)
PauseAnimation()
Back Choco Rush
QueueDistortAnim(0D,0C)
LoadFrameWait(1E,02)
WaitForDistort(FE)
QueueDistortAnim(03,10)
LoadFrameWait(1E,02)
WaitForDistort(FE)
PauseAnimation()