Advertisement
ProClifo

Untitled

Jun 29th, 2015
209
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 goto @removeflag
  13. msgbox 0x82C5D14 MSG_KEEPOPEN '"In recognition of your 3-win strea..."
  14. setvar 0x8004 0x5
  15. special 0xF7
  16. copyvar 0x8000 LASTRESULT
  17. compare 0x8000 0x0
  18. if 0x1 goto 0x820882A
  19. setvar 0x8004 0x2
  20. setvar 0x8005 0x0
  21. setvar 0x8006 0x0
  22. special 0xEA
  23. checkflag 0xB41
  24. if 0x1 call @revive
  25. checkflag 0xB41
  26. if 0x0 call @blizzard
  27. checkflag 0xB51
  28. if 0x1 call @remove
  29. goto 0x8208861
  30.  
  31. #org @removeflag
  32. setflag 0xB51
  33. return
  34.  
  35. #org @remove
  36. removeitem 0x17 0x1
  37. return
  38.  
  39. #org @revive
  40. giveitem 0x18 0x1 0x0
  41. return
  42.  
  43. #org @blizzard
  44. giveitem 0x12E 0x1 0x0
  45. setflag 0x241
  46. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement