Advertisement
ProClifo

Untitled

Jun 10th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. #freespace 0xFF
  2. #dynamic 0xF00000
  3. #org @start
  4. checkflag 0x205
  5. if 0x0 goto @normal
  6. checkflag 0x230
  7. if 0x1 goto @normal
  8. checkflag 0x205
  9. if 0x1 goto @aurora
  10. end
  11.  
  12. #org @normal
  13. msgbox @message MSG_FACE
  14. end
  15.  
  16. #org @message
  17. = This rock has a special meaning to\nthe people at the SPACE CENTER.\pThey put it here as their wish for\ntheir rockets to fly safely.\pWhen you make a wish, what do you use?\nDo you wish upon a star?\pI use a wish tag to make it happen.\nThat's what I do.
  18.  
  19. #org @aurora
  20. msgbox @ticket MSG_FACE
  21. giveitem 0x172 0x1 MSG_OBTAIN
  22. setflag 0x230
  23. release
  24. end
  25.  
  26. #org @ticket
  27. = After you battled that POKéMON,\nI found this ticket on the ground.\pThis island is my home, so I don't\nhave any need for it.\pHere, take it!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement