Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. #dynamic 0x740000
  2. '---------------
  3. #org @start
  4. lock
  5. faceplayer
  6. setvar 0x8004 0x9
  7. setvar 0x8005 0x2
  8. special 0x174
  9. checkflag 0x4B8
  10. if 0x1 goto @next
  11. setvar 0x8004 0x9
  12. setvar 0x8005 0x0
  13. special 0x173
  14. setvar 0x8004 0x9
  15. setvar 0x8005 0x1
  16. special 0x173
  17. checkflag 0x844
  18. if 0x0 call @next2
  19. checkflag 0x844
  20. if 0x1 call @next3
  21. setflag 0x3
  22. setflag 0x5
  23. checkflag 0x844
  24. if 0x0 call @next4
  25. checkflag 0x844
  26. if 0x1 call @next5
  27. clearflag 0x5
  28. goto @next6
  29.  
  30. '---------------
  31. #org @next
  32. msgbox @chat1 MSG_KEEPOPEN '"You're better than I thought.\nGo ..."
  33. release
  34. end
  35.  
  36. '---------------
  37. #org @next2
  38. msgbox @chat2 MSG_KEEPOPEN '"Welcome to the Pokémon League.\pI ..."
  39. return
  40.  
  41. '---------------
  42. #org @next3
  43. msgbox @chat3 MSG_KEEPOPEN '"Welcome to the Pokémon League.\pI,..."
  44. return
  45.  
  46. '---------------
  47. #org @next4
  48. trainerbattle 0x3 0x19A 0x0 @chat4
  49. return
  50.  
  51. '---------------
  52. #org @next5
  53. trainerbattle 0x3 0x2DF 0x0 @chat4
  54. return
  55.  
  56. '---------------
  57. #org @next6
  58. setflag 0x4B8
  59. call @next7
  60. msgbox @chat1 MSG_KEEPOPEN '"You're better than I thought.\nGo ..."
  61. release
  62. end
  63.  
  64. '---------------
  65. #org @next7
  66. applymovement MOVE_PLAYER @move
  67. waitmovement 0x0
  68. sound 0x8
  69. call @next8
  70. special 0x8E
  71. setflag 0x4
  72. return
  73.  
  74. '---------------
  75. #org @next8
  76. setmaptile 0x6 0x1 0x28E 0x1
  77. setmaptile 0x6 0x2 0x296 0x0
  78. return
  79.  
  80.  
  81. '---------
  82. ' Strings
  83. '---------
  84. #org @chat1
  85. = You're better than I thought.\nGo on ahead.\pYou only got a taste of the\nPokémon League's power.
  86.  
  87. #org @chat2
  88. = Welcome to the Pokémon League.\pI am Lorelei of the Elite Four.\pNo one can best me when it comes\nto icy Pokémon.\pFreezing moves are powerful.\pYour Pokémon will be at my mercy\nwhen they are frozen solid.\pHahaha!\nAre you ready?\c\h0B[Ke]À
  89.  
  90. #org @chat3
  91. = Welcome to the Pokémon League.\pI, Lorelei of the Elite Four,\nhave returned!\pYou know how it goes.\nNo one can best me when it comes\lto icy Pokémon.\pFreezing moves are powerful.\pYour Pokémon will be at my mercy\nwhen they are frozen solid.\pHahaha!\nAre you ready?\c\h0B[Ke]À
  92.  
  93. #org @chat4
  94. = [.]Things shouldn't be this way!
  95.  
  96.  
  97. '-----------
  98. ' Movements
  99. '-----------
  100. #org @move
  101. #raw 0x1C 'Delay5
  102. #raw 0x1C 'Delay5
  103. #raw 0xFE 'End of Movements
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement