Advertisement
Kaphotics

X/Y Text File Notes

Aug 30th, 2014
1,285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. Authors: Kaphotics, Magical, Zhorken
  2.  
  3. Text files
  4. 0 General met locations (for Memories)
  5. 1 Pokémon weights
  6. 2 Pokémon genera
  7. 4 Pokémon heights
  8. 5 Pokémon form names
  9. 6 Pokémon flavor text (Y)
  10. 7 Pokémon flavor text (X)
  11. 9 Environment effect names
  12. 13 Move names
  13. 14 Move names again
  14. 15 Move flavor text
  15. 17 Type names
  16. 18 Television
  17. 20 Trainer classes
  18. 21 Trainer names
  19. 22 Trainer greetings & defeat messages
  20. 23 Super Training bag names
  21. 24 O-Power descriptions (Japanese?)
  22. 25 Trainer Info & Badge strings
  23. 27 Pokémon summary screen strings
  24. 30 GTS strings
  25. 31 Fly Location descriptions
  26. 33 Ability flavor text
  27. 34 Ability names
  28. 35 Continue Game menu strings
  29. 38 Credits
  30. 44 Dex complete certificate
  31. 47 Nature names
  32. 51 Ribbon names and text
  33. 55 Player trivia (favorites)
  34. 56 Default Trainer Sayings
  35. 65 Remembered memory strings
  36. 66 Party view menu strings
  37. 67 Poké Puff names
  38. 68 [30000] Location names (Link Trade / Regions)
  39. 69 [60000] Location names (Daycare / treasure hunter)
  40. 70 [40000] Location names (Events)
  41. 71 Lumiose City Sublocations
  42. 72 [00000] Location names (In-game)
  43. 76 Battle related option strings (Unused?)
  44. 77 Berry names
  45. 80 Pokémon names
  46. 92 Wallpaper names
  47. 95 Item names (with plural/singular formatting codes)
  48. 96 Item names (singular)
  49. 97 Item names (plural)
  50. 98 Item names (singular again)
  51. 99 Item flavor text
  52. 100 New Game Introduction text
  53. 104 GTS strings
  54. 108 Wonder card menu text
  55. 112 Default Rival Names
  56. 113 In-game trade Nicknames and Trainer Names
  57. 122 Capture tutorial strings
  58. 124 Battle supportive strings (effects/fading)
  59. 125 Battle secondary strings (stat boosts)
  60. 126 Battle primary strings (used move)
  61. 127 Battle UI strings (PP, ‘switch to’)
  62. 128 Default Box Names (BOX 1..31)
  63. 129 Box Interactions & Wallpaper Names
  64. 130 Super Maison trainer names
  65. 131 Normal Maison trainer names
  66. 139 Item pocket strings
  67. 141 O-Power strings
  68. 144 Accessory names (wrapped)
  69. 145 Accessory names
  70. 146 Accessory names
  71. 149 Pokémon Link
  72.  
  73. Formatting codes
  74.  
  75. Text is more or less UCS-2. Formatting codes start with \x10, followed by a length, followed by that many 16-bit chars. For example, \x0010\x0002\x0102\x0000 is a formatting code of length two. It says to print the nickname of the Pokémon given by argument 0.
  76.  
  77. Known codes:
  78. 0x0100,n: Trainer name
  79. 0x0101,n: Pokemon name
  80. 0x0102,n: Pokemon nickname
  81. 0x0103,n: Pokemon type
  82. 0x0105,n: Location name
  83. 0x0107,n: Move name
  84. 0x0108,n: Item name
  85. 0x010A,n: Training Bag name
  86. 0x010B,n: Box name
  87. 0x010D,n: EV Stat name
  88. 0x0110,n: O-Power name
  89. 0x0112,n: Bag Pocket name
  90. 0x0134,n: Mii name
  91. 0x013E,n: Weather name
  92. 0x018B,n: Shout Out
  93. 0x018E,n: Berry name
  94. 0x018F,n: Pokemon remember feeling
  95. 0x0190,n: Pokemon remembers quality
  96. 0x0193,n: Battle Test name
  97. 0x0195,n: General Location name
  98. 0x01A1,n: Game Sync ID Code
  99. 0x0200-8,n: Number (to places var#+1)
  100. 0xbdff,n: No Text (text line) - to help debug/error checking ingame.
  101. 0xbe00: Wait for button, scroll text
  102. 0xbe01: Wait for button, clear text
  103. 0xbe02,n: Wait n seconds(?)
  104. 0x1100,00ff,PPSS: gender branch, "h\x10\x03\x1100\x00ff\x0202iser"
  105. 0x1100,0000,nn: same
  106. 0x1101,00fe,PPSS: plural branch,
  107. include PP starting from end if plural
  108. include SS starting from start if singular
  109.  
  110. Private Use Area characters
  111.  
  112. U+E07F => U+202F NARROW NO-BREAK SPACE
  113. U+E08D => U+2026 HORIZONTAL ELLIPSIS
  114. U+E08E => U+2642 MALE SIGN
  115. U+E08F => U+2640 FEMALE SIGN
  116.  
  117. note: U+2640 and U+2642 are used for fullwidth female and male signs within the games’ text.
  118.  
  119. 1.2 Update:
  120. 35,48,53,85 from text were changed.
  121. 35: Appended new line: “Ver. 1.2”
  122. 48: Error in one of the blank lines is fixed (bug fixed -> gen GARC)
  123. 53: “”
  124. 85: Appended new line “Ver. 1.2”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement