Advertisement
Guest User

prism text fixes - 5

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. Route50.asm
  2.  
  3. Contextually, this sentence is a little bit odd. It reads like an answer to the question: "What are you doing?" Yet the Trainer speaks it post-battle, when player and Trainer have already met. It makes more sense for the Trainer to announce what they're going to be doing, rather than give a false impression of what they pretend to have been doing all along (false, because they were battling, not just sitting there). Hope that makes sense.
  4.  
  5. Route50_Trainer_1:
  6. ctxt "Just sitting and"
  7. line "waiting for"
  8. cont "another Trainer."
  9. done
  10.  
  11. Route50_Trainer_1:
  12. ctxt "I'm just gonna"
  13. line "sit here and wait"
  14. para "for another"
  15. line "Trainer."
  16. done
  17.  
  18. ---
  19.  
  20. HeathHouseWeaver.asm
  21.  
  22. The current phrasing makes it sound like the speaker is dead, and hopes to be revived to witness the Guardians. Though old, he is not dead. Minor rephrasing can fix this.
  23.  
  24. HeathShrineNPC:
  25. para "I can't wait to"
  26. line "be alive while"
  27. para "experiencing the"
  28. line "vision of our"
  29. cont "Guardians!"
  30. done
  31.  
  32. HeathShrineNPC:
  33. para "I hope to be alive"
  34. line "to experience the"
  35. para "vision of our"
  36. line "Guardians!"
  37. done
  38.  
  39. ---
  40.  
  41. OwsauriCity.asm
  42.  
  43. Multiple issues. 1) "making new buildings" is an unusual choice of words. "Rebuild" would be better. 2) quite a few of "those" people has a possibly unintentional xenophobic connotation; why not just say "quite a few of them"? (Though, this being Rijon, use xenophobic language could be justified.) 3) as a matter of logic, it seems strange that people (refugees) moved to Rijon once the rebuilding effort was underway. Shouldn't they have moved right after the earthquake instead, when they were homeless / destitute? 4) Being "open to" diversity doesn't sound like natural phrasing to me.
  44.  
  45. I've edited the dialogue to be more logical.
  46.  
  47. OwsauriCityNPC4:
  48. ctxt "While they were"
  49. line "making new"
  50. para "buildings in"
  51. line "Goldenrod after"
  52. para "that earthquake"
  53. line "a couple of"
  54. para "years ago, we"
  55. line "had quite a few"
  56. para "of those people"
  57. line "move here."
  58.  
  59. para "Some moved back"
  60. line "after the"
  61. para "construction, but"
  62. line "others stayed."
  63.  
  64. para "I'm always open to"
  65. line "diversity!"
  66. done
  67.  
  68. OwsauriCityNPC4:
  69. ctxt "When that earth-"
  70. line "quake happened in"
  71. para "Goldenrod a few"
  72. line "years ago, quite a"
  73. para "few refugees moved"
  74. line "here."
  75.  
  76. para "Some moved back"
  77. line "after the city"
  78. para "was rebuilt, but"
  79. line "others stayed."
  80.  
  81. para "That's fine with"
  82. line "me. I'm all for"
  83. cont "diversity!"
  84. done
  85.  
  86. NB: alternatively, replace "refugees" with "people" if the former sounds too serious.
  87.  
  88. ---
  89.  
  90. The subject is omitted here for no real reason, which makes for an awkward read. Insert "I" for better readability.
  91.  
  92. OwsauriCityNPC2:
  93. ctxt "Just tending to"
  94. line "the garden<...>"
  95.  
  96. OwsauriCityNPC2:
  97. ctxt "I'm just tending"
  98. line "to the garden<...>"
  99.  
  100. ---
  101.  
  102. OwsauriPokecenter.asm
  103.  
  104. As it is currently phrased, the NPC is saying that a "place" (lab) was opened somewhere to study earthquakes that occur specifically in Hayward City. Now, the game mentions that Hayward sits on tectonic (plate) boundaries, so the current phrasing could be intentional. But importantly, as is explained multiple times throughout the game, all of Naljo, Rijon, and Johto are very earthquake-prone. Having seen much of KBM's wording by now, I think he actually means to say that a lab was opened up in Hayward City to study earthquakes in general (ie. worldwide). The suggested fix below reflects this and removes the ambiguity.
  105.  
  106. OwsauriPokecenterNPC3:
  107. ctxt "They opened up a"
  108. line "place where"
  109. para "geologists can"
  110. line "study earthquakes"
  111. cont "in Hayward City."
  112. done
  113.  
  114. OwsauriPokecenterNPC3:
  115. ctxt "A lab has opened"
  116. line "in Hayward City"
  117. para "where geologists"
  118. line "can study the"
  119. para "earthquakes that"
  120. line "strike the region."
  121. done
  122.  
  123. ---
  124.  
  125. OwsauriGym.asm
  126.  
  127. "Didja" is awkward rendering of this character's way of speaking. "Did'ya" is much more common (and may have been used elsewhere in the game, too - I think I've seen it.)
  128.  
  129. OwsauriGym_Trainer_3:
  130. ctxt "Didja know that"
  131. line "Lily used to be"
  132. para "a DJ way off in"
  133. line "Lavender?"
  134. done
  135.  
  136. OwsauriGym_Trainer_3:
  137. ctxt "Did'ya know that"
  138. line "Lily used to be"
  139. para "a DJ way off in"
  140. line "Lavender?"
  141. done
  142.  
  143. ---
  144.  
  145. Apostrophe missing following "comin"
  146.  
  147. OwsauriGymLeader:
  148. para "Here's my team,"
  149. line "comin at ya!"
  150. sdone
  151.  
  152. OwsauriGymLeader:
  153. para "Here's my team,"
  154. line "comin' at ya!"
  155. sdone
  156.  
  157. ---
  158.  
  159. Two issues. 1) the first line could be rephrased for clarity. 2) This is an odd choice of words. I see what the text is trying express: thanks to the player's challenge, the Gym leader feels inspired to improve her skills as a Trainer. The word "help", however, is not very good at conveying this. A suggested fix is below.
  160.  
  161. NOTE: Something else to look out for: both "Gym" and "Leader" are capitalised here. I seem to recall that "leader" is not usually capitalised elsewhere in the game.
  162.  
  163. OwsauriGymLeader:
  164. ctxt "I'm sad, but at"
  165. line "the same time"
  166. cont "glad."
  167.  
  168. para "Thanks to your"
  169. line "help, I can"
  170. para "improve as a Gym"
  171. line "Leader!"
  172.  
  173. para "Here is my badge!"
  174. done
  175.  
  176. OwsauriGymLeader:
  177. ctxt "I'm sad, but glad"
  178. line "at the same time."
  179.  
  180. para "You've shown me"
  181. line "how to improve as"
  182. cont "a Gym Leader!"
  183.  
  184. para "Here is my badge!"
  185. done
  186.  
  187. ---
  188.  
  189. "the chance of" is not grammatically correct. Fix is below.
  190.  
  191. OwsauriGymLeader:
  192. para "It's an ice move"
  193. line "that has the"
  194. para "chance of"
  195. line "burning or"
  196. cont "freezing!"
  197. done
  198.  
  199. OwsauriGymLeader:
  200. para "It's an ice move"
  201. line "that has the"
  202. para "chance to either"
  203. line "burn or freeze!"
  204. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement