Advertisement
SerityW

Untitled

Nov 27th, 2020 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [script #275] ; orig idx=275, "Ultros", offset 0xD0B413 (ptr:0xD09E26)
  2. 03 00 00 02 FE | If... Variable $000 is 002
  3. FD 81 99 84 | > [Specialty] or [Magic Hammer] or [Aqua Rake], wait for next turn
  4. FD 80 BE BC | > [Fight] or [Strange Dance] or [Entangle], wait for next turn
  5. FE | > End of if statement
  6. 03 00 00 01 FE | If... Variable $000 is 001
  7. FD F6 02 17 | > Display text: 'You call yourself a man?
  8. FD F3 00 F0 | > Set target: Bartz (0x00)
  9. 89 | > [Frog Song], wait for next turn
  10. FD F6 02 09 | > Display text: 'Oh, I just love cute girls!
  11. FD F3 01 F0 | > Set target: Lenna (0x01)
  12. 12 | > [Cure], wait for next turn
  13. FD F6 02 08 | > Display text: 'Your face...it frightens me!
  14. FD F3 02 F0 | > Set target: Galuf (0x02)
  15. 81 | > [Specialty], wait for next turn
  16. FD F6 02 36 | > Display text: 'Are my eyes deceiving me?
  17. FD F6 02 37 | > Display text: 'Captain! I'm your biggest fan!
  18. FD F4 00 02 | > Set variable $000 to 002
  19. FD F3 03 F0 | > Set target: Faris (0x03)
  20. 18 | > [Cure2], wait for next turn
  21. FE | > End of if statement
  22. 00 00 00 00 FE | If... No other criteria matches
  23. FD F6 02 01 | Display text: Ultros: Hey, look! I'm in a book!
  24. FD F6 02 02 | Display text: Uwee hee hee...I'm so bad!
  25. FD F4 00 01 | Set variable $000 to 001
  26. AA | [Nothing], wait for next turn
  27. FF @ End of action script, begin counter-attack script
  28. 0F 00 00 00 FE | If... Monster is dead
  29. FD F6 02 38 | > Display text: 'I feel like such a sucker...
  30. FD F6 02 39 | > Display text: 'What an unlucky day! Adios!
  31. A2 | > [Escape], wait for next turn
  32. FE | > End of if statement
  33. 06 00 07 05 FE | If... Struck by Fire/Ice/Lightning
  34. FD F6 02 3A | > Display text: 'Yaaaoouch! Seafood soup!
  35. DC | > [Thunder], wait for next turn
  36. FF - End of script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement