Difference between revisions of "T1 Mid Mod Item Throw"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(Created page with " 8c: front throw start ffe2(11) QueueSpriteAnim(01,22) #same notes here as on T1 High Mod Throw LoadFrameWait(56,04) MoveBackward2() LoadFrameWait(54,02) LoadFrame...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
  8c: front throw start
 
  8c: front throw start
  ffe2(11)
+
  SetLayerPriority(11)
  QueueSpriteAnim(01,22) #same notes here as on [[T1 High Mod Throw]]
+
  QueueSpriteAnim(01,22) #same notes here as on [[T1 High Mod Item Throw]]
 
  LoadFrameWait(56,04)
 
  LoadFrameWait(56,04)
 
  MoveBackward2()
 
  MoveBackward2()
Line 17: Line 17:
 
   
 
   
 
  8d: back throw start
 
  8d: back throw start
  ffe2(0B)
+
  SetLayerPriority(0B)
 
  QueueSpriteAnim(01,23)
 
  QueueSpriteAnim(01,23)
 
  LoadFrameWait(87,04)
 
  LoadFrameWait(87,04)
Line 42: Line 42:
 
   
 
   
 
  90: front throw end
 
  90: front throw end
  ffe2(11)
+
  SetLayerPriority(11)
 
  QueueSpriteAnim(01,26)
 
  QueueSpriteAnim(01,26)
  fff6(19)
+
  PlaySound(19)
 
  LoadFrameWait(5A,02)
 
  LoadFrameWait(5A,02)
 
  LoadFrameWait(5A,04)
 
  LoadFrameWait(5A,04)
Line 52: Line 52:
 
   
 
   
 
  91: back throw end
 
  91: back throw end
  ffe2(11)
+
  SetLayerPriority(11)
 
  QueueSpriteAnim(01,27)
 
  QueueSpriteAnim(01,27)
  fff6(19)
+
  PlaySound(19)
 
  LoadFrameWait(8B,02)
 
  LoadFrameWait(8B,02)
 
  LoadFrameWait(8B,04)
 
  LoadFrameWait(8B,04)
 
  LoadFrameWait(8A,04)
 
  LoadFrameWait(8A,04)
 
  PauseAnimation()
 
  PauseAnimation()

Latest revision as of 02:54, 10 October 2022

8c: front throw start
SetLayerPriority(11)
QueueSpriteAnim(01,22)			#same notes here as on T1 High Mod Item Throw
LoadFrameWait(56,04)
MoveBackward2()
LoadFrameWait(54,02)
LoadFrameWait(55,08)
WeaponSheatheCheck1(FE)
PlayAttackSound(00)
LoadFrameWait(57,02)
MoveForward2()
LoadFrameWait(59,02)
QueueThrowAnimation(0000)
LoadFrameWait(5A,08)
PauseAnimation()


8d: back throw start
SetLayerPriority(0B)
QueueSpriteAnim(01,23)
LoadFrameWait(87,04)
MoveBackward2()
LoadFrameWait(85,02)
LoadFrameWait(86,08)
WeaponSheatheCheck1(FE)
PlayAttackSound(00)
LoadFrameWait(88,02)
MoveForward2()
LoadFrameWait(8A,02)
QueueThrowAnimation(0000)
LoadFrameWait(8B,08)
PauseAnimation()


8e: front throw middle
LoadFrameWait(5A,00)


8f: back throw middle
LoadFrameWait(8B,00)


90: front throw end
SetLayerPriority(11)
QueueSpriteAnim(01,26)
PlaySound(19)
LoadFrameWait(5A,02)
LoadFrameWait(5A,04)
LoadFrameWait(59,04)
PauseAnimation()


91: back throw end
SetLayerPriority(11)
QueueSpriteAnim(01,27)
PlaySound(19)
LoadFrameWait(8B,02)
LoadFrameWait(8B,04)
LoadFrameWait(8A,04)
PauseAnimation()