Advertisement
ProClifo

Slateport Battle Tent Custom Prize

Jun 29th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. // Custom prizes at Slateport Battle Tent; Blizzard first time, Revive second time and beyond
  2.  
  3. #freespace 0xFF
  4. #dynamic 0xF00000
  5.  
  6. #org 0x2087E9
  7. goto @prize
  8.  
  9. #org @prize
  10. checkitemroom 0x17 0x1
  11. compare LASTRESULT 0x1
  12. if 0x1 call @remove_flag
  13. msgbox 0x82C5D14 MSG_KEEPOPEN '"In recognition of your 3-win strea..."
  14. setvar 0x8004 0x5
  15. special 0xF7
  16. setvar 0x8004 0x2
  17. setvar 0x8005 0x0
  18. setvar 0x8006 0x0
  19. special 0xEA
  20. checkflag 0x11
  21. if 0x1 call @remove
  22. checkflag 0x201
  23. if 0x1 call @revive
  24. checkflag 0x201
  25. if 0x0 call @blizzard
  26. goto 0x8208861
  27.  
  28. #org @remove_flag
  29. setflag 0x11
  30. return
  31.  
  32. #org @remove
  33. removeitem 0x17 0x1
  34. return
  35.  
  36. #org @revive
  37. checkitemroom 0x18 0x1
  38. compare LASTRESULT 0x0
  39. if 0x1 goto 0x820882A
  40. giveitem 0x18 0x1 0x0
  41. return
  42.  
  43. #org @blizzard
  44. giveitem 0x12E 0x1 0x0
  45. setflag 0x201
  46. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement