Difference between revisions of "CYOKO Tackle"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(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...")
 
m (Talcall moved page CYOKO More Damaged? to CYOKO Tackle)
(No difference)

Revision as of 06:31, 10 November 2022

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()