Difference between revisions of "T1 Rush"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m
m (Talcall moved page T1 Unknown1 to T1 Rush: should have used the fftpatcher.)
(No difference)

Revision as of 06:39, 7 November 2022

Front?
QueueDistortAnim(0D,0A)
LoadFrameWait(5C,02)
WaitForDistort(FE)
QueueDistortAnim(02,06)			#alters the height of the unit over a period of 6?
LoadFrameWait(64,02)
WaitForDistort(FE)
QueueDistortAnim(03,08)			#queues the mounting animation?
LoadFrameWait(64,02)
WaitForDistort(FE)
PauseAnimation()
Back?
QueueDistortAnim(0D,0A)
LoadFrameWait(8D,02)
WaitForDistort(FE)
QueueDistortAnim(02,06)
LoadFrameWait(95,02)
WaitForDistort(FE)
QueueDistortAnim(03,08)
LoadFrameWait(95,02)
WaitForDistort(FE)
PauseAnimation()