Advertisement
SerityW

Untitled

Dec 18th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. [script #234] ; orig idx=234, "Fell Knight", offset 0xD0AF99 (ptr:0xD09DD4)
  2. 00 00 00 00 FE | If... No other criteria matches
  3. FD F7 07 F0 # > Don't end turn for 7 bytes
  4. FD FA 55 40 # > ??? Toggle unknown statuses 55 > 40
  5. 80 # > [Fight]
  6. 80 # > [Fight]
  7. FF @ End of action script, begin counter-attack script
  8. FF - End of script
  9.  
  10. [script #235] ; orig idx=235, "Arachne", offset 0xD0AFAA (ptr:0xD09DD6)
  11. 00 00 00 00 FE | If... No other criteria matches
  12. 80 | > [Fight], wait for next turn
  13. FD F7 03 F0 # > Don't end turn for 3 bytes
  14. AE # > [100 Gs]
  15. CF # > [Earth Shaker]
  16. FF @ End of action script, begin counter-attack script
  17. 0E 00 00 00 FE | If... Takes HP Damage
  18. D4 | > [Thread], wait for next turn
  19. FF - End of script
  20.  
  21. [script #236] ; orig idx=236, "Asura", offset 0xD0AFBE (ptr:0xD09DD8)
  22. 01 0D 02 80 FE | If... self has status Wall
  23. FD F3 0D F0 | > Set target: self
  24. 32 | > [Bolt3], wait for next turn
  25. FE | > End of if statement
  26. 00 00 00 00 FE | If... No other criteria matches
  27. 80 | > [Fight], wait for next turn
  28. FD F3 0D F0 | > Set target: self
  29. FD 1E 16 1F | > [Cure3] or [Safe] or [Wall], wait for next turn
  30. FF @ End of action script, begin counter-attack script
  31. FF - End of script
  32.  
  33. [script #237] ; orig idx=237, "??? Clone", offset 0xD0AFD9 (ptr:0xD09DDA)
  34. 00 00 00 00 FE | If... No other criteria matches
  35. FD 80 80 18 | > [Fight] or [Fight] or [Cure2], wait for next turn
  36. FF @ End of action script, begin counter-attack script
  37. 0F 00 00 00 | If... Monster is dead
  38. 04 00 00 00 FE | > If... Alone
  39. FD F6 02 50 | >> Display text: The clone reveals its form!
  40. FD F2 84 10 | >> Unhide 0x10 via method: 132
  41. EE | >> [Hide], wait for next turn
  42. FE | >> End of if statement
  43. 0E 00 00 00 FE | If... Takes HP Damage
  44. FD 81 81 AA | > [Specialty] or [Specialty] or [Nothing], wait for next turn
  45. FF - End of script
  46.  
  47. [script #238] ; orig idx=238, "LennaClone", offset 0xD0B000 (ptr:0xD09DDC)
  48. 00 00 00 00 FE | If... No other criteria matches
  49. FD BB 9F 95 | > [Allure] or [Missile] or [Guard Off], wait for next turn
  50. FD 98 84 8E | > [Vampire] or [Aqua Rake] or [Death Claw], wait for next turn
  51. FD D9 8B 93 | > [Image] or [Flash] or [Goblin Punch], wait for next turn
  52. FF @ End of action script, begin counter-attack script
  53. 0F 00 00 00 | If... Monster is dead
  54. 04 00 00 00 FE | > If... Alone
  55. FD F6 02 50 | >> Display text: The clone reveals its form!
  56. FD F2 85 08 | >> Unhide 0x08 via method: 133
  57. EE | >> [Hide], wait for next turn
  58. FF - End of script
  59.  
  60. [script #239] ; orig idx=239, "FarisClone", offset 0xD0B025 (ptr:0xD09DDE)
  61. 00 00 00 00 FE | If... No other criteria matches
  62. FD 80 BE 2F | > [Fight] or [Strange Dance] or [Bio], wait for next turn
  63. FD 2C BB 2A | > [Bolt2] or [Allure] or [Fire2], wait for next turn
  64. FD B0 29 2C | > [Reaper's Sword] or [Toad] or [Bolt2], wait for next turn
  65. FF @ End of action script, begin counter-attack script
  66. 0F 00 00 00 | If... Monster is dead
  67. 04 00 00 00 FE | > If... Alone
  68. FD F6 02 50 | >> Display text: The clone reveals its form!
  69. FD F2 81 04 | >> Unhide 0x04 via method: 129
  70. EE | >> [Hide], wait for next turn
  71. FF - End of script
  72.  
  73.  
  74. [0EA/#234] Fell Knight
  75. Common Steal: Protect Ring
  76. Rare Drop/Steal: Aegis Shield
  77.  
  78. [0EB/#235] Arachne
  79. Common Steal: Angel Wings
  80. Rare Drop/Steal: Power Staff
  81.  
  82. [0EC/#236] Asura
  83. Common Steal: Star Pendant
  84. Rare Drop/Steal: Staff of Light
  85.  
  86. [0ED/#237] ??? Clone
  87. Common Steal: Hi-Potion
  88.  
  89. [0EE/#238] LennaClone
  90. Common Steal: Tent
  91.  
  92. [0EF/#239] FarisClone
  93. Common Steal: Revivify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement