Advertisement
Pr0nogo

Untitled

Jun 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. # ----------------------------------------------------------------------------- #
  2. # This header is used by images.dat entries:
  3. # 393 Young Chrysalis (neutral\KerrEgg.grp)
  4. .headerstart
  5. IsId 220
  6. Type 12
  7. Init YoungChrysalisInit
  8. Death YoungChrysalisDeath
  9. GndAttkInit YoungChrysalisGndAttkInit
  10. AirAttkInit YoungChrysalisAirAttkInit
  11. Unused1 [NONE]
  12. GndAttkRpt YoungChrysalisGndAttkInit
  13. AirAttkRpt YoungChrysalisAirAttkInit
  14. CastSpell [NONE]
  15. GndAttkToIdle YoungChrysalisInit
  16. AirAttkToIdle YoungChrysalisInit
  17. Unused2 [NONE]
  18. Walking YoungChrysalisWalking
  19. WalkingToIdle YoungChrysalisInit
  20. SpecialState1 [NONE]
  21. .headerend
  22. # ----------------------------------------------------------------------------- #
  23.  
  24. YoungChrysalisInit:
  25. playfram 0x77 # Frame set 7
  26. goto YoungChrysalisLocal00
  27.  
  28. YoungChrysalisLocal00:
  29. wait 125
  30. goto YoungChrysalisLocal00
  31.  
  32. YoungChrysalisDeath:
  33. wait 1
  34. end
  35.  
  36. YoungChrysalisGndAttkInit:
  37. playfram 0xaa # Frame set 10
  38. playsnd 70 # Bullet\TGoFir00.wav
  39. attackwith 1
  40. wait 1
  41. playfram 0x77 # Frame set 7
  42. wait 1
  43. playfram 0xaa # Frame set 10
  44. wait 1
  45. playfram 0x77 # Frame set 7
  46. wait 1
  47. playfram 0xaa # Frame set 10
  48. wait 1
  49. gotorepeatattk
  50. goto YoungChrysalisInit
  51.  
  52. YoungChrysalisAirAttkInit:
  53. wait 1
  54. attackwith 2
  55. gotorepeatattk
  56. goto YoungChrysalisInit
  57.  
  58. YoungChrysalisWalking:
  59. move 0
  60. wait 1
  61. playfram 0x88 # Frame set 8
  62. move 0
  63. wait 1
  64. playfram 0x99 # Frame set 9
  65. move 0
  66. wait 1
  67. playfram 0x00 # Frame set 0
  68. move 0
  69. wait 1
  70. playfram 0x11 # Frame set 1
  71. move 0
  72. wait 1
  73. playfram 0x22 # Frame set 2
  74. move 0
  75. wait 1
  76. playfram 0x33 # Frame set 3
  77. move 0
  78. wait 1
  79. playfram 0x44 # Frame set 4
  80. move 0
  81. wait 1
  82. playfram 0x55 # Frame set 5
  83. move 0
  84. wait 1
  85. playfram 0x66 # Frame set 6
  86. move 0
  87. wait 1
  88. playfram 0x77 # Frame set 7
  89. goto YoungChrysalisWalking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement