Advertisement
ProClifo

Untitled

Jun 25th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. '---------------
  2. #org 0x1F9DDB
  3. lockall
  4. bufferfirstpokemon 0x0
  5. preparemsg 0x81FA74D '"PROF. BIRCH: So, [player]\v\h05.\p..."
  6. waitmsg
  7. fanfare 0x172
  8. waitfanfare
  9. msgbox 0x81FA8B1 MSG_YESNO '"PROF. BIRCH: While you're at it, w..."
  10. compare LASTRESULT 0x1
  11. if 0x1 goto 0x81F9E07
  12. compare LASTRESULT 0x0
  13. if 0x1 goto 0x81F9E17
  14. end
  15.  
  16. '---------------
  17. #org 0x1F9E07
  18. setvar 0x8004 0x0
  19. call 0x82723DD
  20. goto 0x81F9E17
  21.  
  22. '---------------
  23. #org 0x1F9E17
  24. msgbox 0x81FA8F6 MSG_YESNO '"PROF. BIRCH: If you work at POKéMO..."
  25. compare LASTRESULT 0x1
  26. if 0x1 goto 0x81F9E36
  27. compare LASTRESULT 0x0
  28. if 0x1 goto 0x81F9E48
  29. end
  30.  
  31. '---------------
  32. #org 0x2723DD
  33. fadescreen 0x1
  34. special 0xA1
  35. waitstate
  36. return
  37.  
  38. '---------------
  39. #org 0x1F9E36
  40. msgbox 0x81FA9D5 MSG_KEEPOPEN '"PROF. BIRCH: Great!\n[rival] shoul..."
  41. clearflag 0x3DF
  42. setvar 0x4084 0x3
  43. releaseall
  44. end
  45.  
  46. '---------------
  47. #org 0x1F9E48
  48. msgbox 0x81FAA35 MSG_YESNO '"PROF. BIRCH: Oh, don't be that way..."
  49. compare LASTRESULT 0x1
  50. if 0x1 goto 0x81F9E36
  51. compare LASTRESULT 0x0
  52. if 0x1 goto 0x81F9E48
  53. end
  54.  
  55.  
  56. '---------
  57. ' Strings
  58. '---------
  59. #org 0x1FA74D
  60. = PROF. BIRCH: So, [player]\v\h05.\pI've heard so much about you from\nyour father.\pI've heard that you don't have your\nown POKéMON yet.\pBut the way you battled earlier,\nyou pulled it off with aplomb!\pI guess you have your father's blood\nin your veins after all!\pOh, yes. As thanks for rescuing me,\nI'd like you to have the POKéMON you\lused earlier.\p[player] received the [buffer1]!
  61.  
  62. #org 0x1FA8B1
  63. = PROF. BIRCH: While you're at it, why not\ngive a nickname to that [buffer1]?
  64.  
  65. #org 0x1FA8F6
  66. = PROF. BIRCH: If you work at POKéMON\nand gain experience, I think you'll make\lan extremely good TRAINER.\pMy kid, [rival], is also studying\nPOKéMON while helping me out.\p[player]\v\h05, don't you think it might be\na good idea to go see [rival]?
  67.  
  68. #org 0x1FA9D5
  69. = PROF. BIRCH: Great!\n[rival] should be happy, too.\pGet [rival] to teach you what it\nmeans to be a TRAINER.
  70.  
  71. #org 0x1FAA35
  72. = PROF. BIRCH: Oh, don't be that way.\nYou should go meet my kid.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement