Advertisement
Guest User

MIDELE EQUIPOS

a guest
Aug 22nd, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. FORMATO DE ENTRENADORES PARA MIDELE RED:
  2. Primero elige el nombre de entrenador su sprite de Pokemon Rojo/Azul:
  3. PEPE con Sprite de Pescador
  4.  
  5. PEPEData:
  6. db TRAINERTYPE_CUSTOM
  7. db 77, FLYGON, EARTHQUAKE, ROCK_SLIDE, OUTRAGE, FLAMETHROWER
  8. db 77, ALTARIA, FLAMETHROWER, ICE_BEAM, OUTRAGE, TOXIC
  9. db 78, ARCANINE, FIRE_SPIN, TOXIC, FLAMETHROWER, CRUNCH
  10. db 77, VAPOREON, SURF, ICE_BEAM, BITE, HYDRO_PUMP
  11. db 79, PERSIAN, SLASH, NIGHT_SLASH, THUNDERBOLT, SHADOW_BALL
  12. db 80, SWAMPERT, EARTHQUAKE, SURF, ICE_BEAM, ROCK_SLIDE
  13. db 0
  14.  
  15.  
  16. FORMATO DE FRASES ANTES DE BATALLA (no tiene porque ser las mismas lineas, pueden ser mas, o pueden ser menos, explayate lo que quieras al escribirlo):
  17. text "I just lost, so"
  18. line "I'm trying to find"
  19. cont "more #MON."
  20.  
  21. para "Wait! You look"
  22. line "weak! Come on,"
  23. cont "let's battle!"
  24. done
  25.  
  26. FORMATO DE FRASE DERROTA EN BATALLA (no tiene porque ser las mismas lineas, pueden ser mas, o pueden ser menos, pero que no sea muy largo en este caso):
  27. text "Ack!"
  28. line "I lost again!"
  29. cont "Doggone it!"
  30. prompt
  31.  
  32. FORMATO DE FRASE VICTORIA EN BATALLA (no tiene porque ser las mismas lineas, pueden ser mas, o pueden ser menos, pero que no sea muy largo en este caso):
  33. text "TE GANE"
  34. line "NOOB!
  35. cont "JAJAJAJAJA!
  36. prompt
  37.  
  38.  
  39. FORMATO DE FRASE DESPUES DE LA BATALLA, AL AIRE LIBRE (no tiene porque ser las mismas lineas, pueden ser mas, o pueden ser menos, explayate lo que quieras al escribirlo):
  40. text "Do I have to have"
  41. line "more #MON in"
  42.  
  43. para "order to battle"
  44. line "better?"
  45.  
  46. para "No! I'm sticking"
  47. line "with this one no"
  48. cont "matter what!"
  49. done
  50.  
  51. NUEVOS MOVIMIENTOS APARTE DE LOS ORIGINALES DE POKEMON ROJO/AZUL/AMARILLO PARA AÑADIR A POKEMON DEL EQUIPO:
  52. move DRAGONBREATH, PARALYZE_SIDE_EFFECT2, 60, DRAGON, 100, 20
  53. move SHADOW_BALL, SPECIAL_DOWN_SIDE_EFFECT, 80, GHOST, 100, 15
  54. move SLUDGE_BOMB, POISON_SIDE_EFFECT2, 90, POISON, 100, 10
  55. move CRUNCH, SPECIAL_DOWN_SIDE_EFFECT, 80, DARK, 100, 15
  56. move DARK_PULSE, FLINCH_SIDE_EFFECT1, 80, DARK, 100, 15
  57. move IRON_HEAD, FLINCH_SIDE_EFFECT2, 80, STEEL, 100, 20
  58. move STEEL_WING, NO_ADDITIONAL_EFFECT, 70, STEEL, 90, 25
  59. move OUTRAGE, THRASH_PETAL_DANCE_EFFECT, 120, DRAGON, 100, 10
  60. move ENERGY_BALL, SPECIAL_DOWN_SIDE_EFFECT, 90, GRASS, 100, 10
  61. move SKETCH, SKETCH_EFFECT, 0, NORMAL, 100, 1
  62. move X_SCISSOR, NO_ADDITIONAL_EFFECT, 80, BUG, 100, 15
  63. move MEGAHORN, NO_ADDITIONAL_EFFECT, 120, BUG, 85, 10
  64. move BRICK_BREAK, NO_ADDITIONAL_EFFECT, 75, FIGHTING, 100, 15
  65. move METAL_CLAW, NO_ADDITIONAL_EFFECT, 50, STEEL, 95, 35
  66. move ICY_WIND, SPEED_DOWN_SIDE_EFFECT, 55, ICE, 95, 15
  67. move BRAVE_BIRD, RECOIL_EFFECT, 120, FLYING, 100, 15
  68.  
  69. POKEMON NUEVOS APARTE DE LOS 151 ORIGINALES Y QUE PUEDEN SER USADOS PARA AÑADIR AL EQUIPO:
  70. const DEX_NOSEPASS ;152
  71. const DEX_PROBOPASS
  72. const DEX_MIMIKYU
  73. const DEX_YAMASK
  74. const DEX_COFAGRIGUS
  75. const DEX_FOMANTIS
  76. const DEX_LURANTIS
  77. const DEX_LITWICK
  78. const DEX_LAMPENT
  79. const DEX_CHANDELURE
  80. const DEX_SWABLU
  81. const DEX_ALTARIA
  82. const DEX_GRUBBIN
  83. const DEX_CHARJABUG
  84. const DEX_VIKAVOLT
  85. const DEX_SNEASEL
  86. const DEX_WEAVILE
  87. const DEX_SMEARGLE
  88. const DEX_TRAPINCH
  89. const DEX_VIBRAVA
  90. const DEX_FLYGON
  91. const DEX_SOLOSIS
  92. const DEX_DUOSION
  93. const DEX_REUNICLUS
  94. const DEX_TYRANITAR
  95. const DEX_STEELIX
  96. const DEX_DRAMPA
  97. const DEX_DRILLBUR
  98. const DEX_EXCADRILL
  99. const DEX_TYNAMO
  100. const DEX_EELEKTRIK
  101. const DEX_EELEKTROSS
  102. const DEX_SNOVER ;
  103. const DEX_ABOMASNOW ;
  104. const DEX_HERACROSS ;
  105. const DEX_HOUNDOUR ;
  106. const DEX_HOUNDOOM ;
  107. const DEX_CHINCHOU ;
  108. const DEX_LANTURN ;
  109. const DEX_MURKROW ;
  110. const DEX_HONCHKROW ;
  111. const DEX_HYDREIGON ;
  112. const DEX_CARVANHA ;
  113. const DEX_SHARPEDO ;
  114. const DEX_NUMEL ;
  115. const DEX_CAMERUPT ;
  116. const DEX_SKARMORY ;
  117. const DEX_MILTANK ; 199
  118. const DEX_SANDILE ; 200
  119. const DEX_KROKOROK ;
  120. const DEX_KROOKODILE ;
  121. const DEX_TIMBURR ;
  122. const DEX_GURDURR ;
  123. const DEX_CONKELDURR
  124. const DEX_BELDUM ;
  125. const DEX_METANG ;
  126. const DEX_METAGROSS ;
  127. const DEX_ROWLET ;
  128. const DEX_DARTRIX ;
  129. const DEX_DECIDUEYE ;
  130. const DEX_MUDKIP ;
  131. const DEX_MARSHTOMP ;
  132. const DEX_SWAMPERT ;
  133. const DEX_TOGEPI ;
  134. const DEX_TOGETIC ;
  135. const DEX_TOGEKISS ;
  136. const DEX_ESPEON ;
  137. const DEX_UMBREON ;
  138. const DEX_LEAFEON ;
  139. const DEX_GLACEON ;
  140. const DEX_ZOROARK ;
  141. const DEX_LUCARIO ;
  142. const DEX_CROBAT ;
  143. const DEX_SCIZOR ;
  144. const DEX_RHYPERIOR ;
  145. const DEX_KINGDRA ;
  146. const DEX_MAGNEZONE ;
  147. const DEX_TANGROWTH ;
  148. const DEX_ELECTIVIRE ;
  149. const DEX_MAGMORTAR ;
  150. const DEX_LICKILICKY ;
  151. const DEX_PORYGON2 ;
  152. const DEX_PORYGONZ ;
  153. const DEX_CATERMANO ;
  154. const DEX_DARK_PIKA ;
  155. const DEX_MICOMON ; 237
  156. Hoppip
  157. Skiploom
  158. JUMPLUFF ; 240
  159. STUNFISK 241
  160. SANDYGAST
  161. PALLOSAND ;243
  162. AMAURA 244
  163. AURORUS 245
  164. GLIGAR 246
  165. GLISCOR 247
  166. skorupi y drapion 249
  167. POIPOLE Y NAGAHANDEL 251
  168. LUDICOLO 252
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement