Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. \v\h00 - buffer used for things like enemy player pokemon
  2.  
  3. or the amount of cash you won (used in "\v\h22 sent out \v
  4.  
  5. \h00!" and "\v\h23 got $\v\h00 for winning!"
  6. \v\h01 - [player]
  7. \v\h02 - [buffer1]
  8. \v\h03 - [buffer2]
  9. \v\h04 - [buffer3]
  10. \v\h05 - Player's current Pokemon being sent out to battle
  11.  
  12. (Go! \v\h05!)
  13. \v\h06 - [rival] (used in single battles against trainers.
  14.  
  15. I.e. Cool Trainer Johnny sent out Geodude! would be: "\v
  16.  
  17. \h20 sent out [RIVAL]!")
  18. \v\h07 - [game] (used in tag team battle with steven. "\v\h32 \v\h33 sent out [GAME]! Go, \v\h05!")
  19. \v\h08 - [team] (used in tag battles i.e. \v\h20 sent out
  20. [RIVAL] and [TEAM]!)
  21. \v\h09 - [otherteam]
  22. \v\h0A - [teamleader]
  23. \v\h0B - [otherteamleader]
  24. \v\h0C - [legend] (used when two trainers spot you and you
  25.  
  26. have two pokemon therefore making it a tag battle. i.e. \v
  27.  
  28. \h20 sent out [TEAMLEADER]! \v\h21 sent out [LEGEND]!")
  29. \v\h0D - [otherlegend]
  30. \v\h12 - Player's current Pokemon sent out in battle (What
  31.  
  32. will \v\h12 do?)
  33. \v\h13 - used with \v\h38 in spacing the words in-battle.
  34.  
  35. Not needed in script for spacing to still occur (i.e.
  36.  
  37. Fight, Bag, Pokemon, Run)
  38. \v\h1C - Enemy trainer type (i.e. Grunt)
  39. \v\h1D - Enemy trainer name (i.e. Tom)
  40. \v\h1F - tag team battle partner's trainer class and name
  41.  
  42. (i.e. Steven tag battle and it is used in "\v\h1F sent out
  43.  
  44. [TEAMLEADER]! Go! [TEAM]!")
  45. \v\h20 - Enemy trainer type and name (i.e. Grunt Tom used
  46.  
  47. in Player defeated \v\h20!)
  48. \v\h22 - Enemy trainer type and name (used in \v\h22 sent
  49.  
  50. out \v\h00!)
  51. \v\h23 - Player's name (used after battle in \v\h23 got $
  52.  
  53. \v\h00 for winning!)
  54. \v\h28 - used with \v\h13 in spacing the words in-battle.
  55.  
  56. Not needed in script for spacing to still occur (i.e.
  57.  
  58. Fight, Bag, Pokemon, Run)
  59. \v\h32 - Tag team partner's trainer class (used in tag team battle with steven. "\v\h32 \v\h33 sent out [GAME]! Go, \v\h05!")
  60. \v\h33 - Tag team partner's name (used in tag team battle with steven. "\v\h32 \v\h33 sent out [GAME]! Go, \v\h05!")
  61. \v\h34 - used in determining how many Exp points your
  62.  
  63. Pokemon received
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement