Difference between revisions of "MON Short Idle"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with "Front Short Idle LoadFrameWait(02,06) LoadFrameWait(02,08) #these frames are just lazily copied over with their wait times, which just doubles the space these animations tak...")
 
m
 
Line 1: Line 1:
Front Short Idle
+
Front Short Idle
LoadFrameWait(02,06)
+
LoadFrameWait(02,06)
LoadFrameWait(02,08) #these frames are just lazily copied over with their wait times, which just doubles the space these animations take up for no reason.
+
LoadFrameWait(02,08) #these frames are just lazily copied over with their wait times, which just doubles the space these animations take up for no reason.
LoadFrameWait(08,0A)
+
LoadFrameWait(08,0A)
LoadFrameWait(08,08)
+
LoadFrameWait(08,08)
LoadFrameWait(02,06)
+
LoadFrameWait(02,06)
LoadFrameWait(02,08)
+
LoadFrameWait(02,08)
LoadFrameWait(09,0A)
+
LoadFrameWait(09,0A)
LoadFrameWait(09,08)
+
LoadFrameWait(09,08)
IncrementLoop()
+
IncrementLoop()
  
Back Short Idle
+
Back Short Idle
LoadFrameWait(04,06)
+
LoadFrameWait(04,06)
LoadFrameWait(04,08)
+
LoadFrameWait(04,08)
LoadFrameWait(0A,0A)
+
LoadFrameWait(0A,0A)
LoadFrameWait(0A,08)
+
LoadFrameWait(0A,08)
LoadFrameWait(04,06)
+
LoadFrameWait(04,06)
LoadFrameWait(04,08)
+
LoadFrameWait(04,08)
LoadFrameWait(0B,0A)
+
LoadFrameWait(0B,0A)
LoadFrameWait(0B,08)
+
LoadFrameWait(0B,08)
IncrementLoop()
+
IncrementLoop()

Latest revision as of 08:56, 11 November 2022

Front Short Idle
LoadFrameWait(02,06)
LoadFrameWait(02,08)			#these frames are just lazily copied over with their wait times, which just doubles the space these animations take up for no reason.
LoadFrameWait(08,0A)
LoadFrameWait(08,08)
LoadFrameWait(02,06)
LoadFrameWait(02,08)
LoadFrameWait(09,0A)
LoadFrameWait(09,08)
IncrementLoop()
Back Short Idle
LoadFrameWait(04,06)
LoadFrameWait(04,08)
LoadFrameWait(0A,0A)
LoadFrameWait(0A,08)
LoadFrameWait(04,06)
LoadFrameWait(04,08)
LoadFrameWait(0B,0A)
LoadFrameWait(0B,08)
IncrementLoop()