Advertisement
omarrrio

Untitled

Nov 14th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.21 KB | None | 0 0
  1. # Character Map for the games.
  2. # If you've done any font editing
  3. # you may want to edit this file
  4. # to get proper text in YAPE.
  5. #
  6. # Duplicate and multi-char
  7. # mappings should go at the
  8. # end of the file.  In the case
  9. # of duplicates (there are at
  10. # least a few in the game),
  11. # whichever appears first in this
  12. # config file will be used when
  13. # writing the data back to the games.
  14.  
  15.  
  16. # space
  17. 0x00 = ' '
  18.  
  19. # Misc extended latin chars
  20. # (And a few odd hiragana..)
  21. 0x01 = 'À'
  22. 0x02 = 'Á'
  23. 0x03 = 'Â'
  24. 0x04 = 'Ç'
  25. 0x05 = 'È'
  26. 0x06 = 'É'
  27. 0x07 = 'Ê'
  28. 0x08 = 'Ë'
  29. 0x09 = 'Ì'
  30. 0x0A = 'こ'
  31. 0x0B = 'Î'
  32. 0x0C = 'Ï'
  33. 0x0D = 'Ò'
  34. 0x0E = 'Ó'
  35. 0x0F = 'Ô'
  36. 0x10 = 'Œ'
  37. 0x11 = 'Ù'
  38. 0x12 = 'Ú'
  39. 0x13 = 'Û'
  40. 0x14 = 'Ñ'
  41. 0x15 = 'ß'
  42. 0x16 = 'à'
  43. 0x17 = 'á'
  44. 0x18 = 'ね'
  45. 0x19 = 'Ç'
  46. 0x1A = 'è'
  47. 0x1B = 'é'
  48. 0x1C = 'ê'
  49. 0x1D = 'ë'
  50. 0x1E = 'ì'
  51. 0x1F = 'ま'
  52. 0x20 = 'î'
  53. 0x21 = 'ï'
  54. 0x22 = 'ò'
  55. 0x23 = 'ó'
  56. 0x24 = 'ô'
  57. 0x25 = 'œ'
  58. 0x26 = 'ù'
  59. 0x27 = 'ú'
  60. 0x28 = 'û'
  61. 0x29 = 'ñ'
  62. 0x2A = 'º'
  63. 0x2B = 'ª'
  64.  
  65. # Not really superscript 1,
  66. # but I can't make out what
  67. # it actually is...
  68. 0x2C = '¹'
  69. 0x2D = '&'
  70.  
  71. # 0x2E = duplicate '+'
  72.  
  73. 0x2F = 'あ'
  74. 0x30 = 'い'
  75. 0x31 = 'う'
  76. 0x32 = 'え'
  77. 0x33 = 'お'
  78.  
  79. # 0x34 = 'Lv'.  At end of list with
  80. # other multi-char symbols
  81. 0x35 = '='
  82. 0x36 = 'よ'
  83. 0x37 = 'が'
  84. 0x38 = 'ぎ'
  85. 0x39 = 'ぐ'
  86. 0x3A = 'げ'
  87. 0x3B = 'ご'
  88. 0x3C = 'ざ'
  89. 0x3D = 'じ'
  90. 0x3E = 'ず'
  91. 0x3F = 'ぜ'
  92. 0x40 = 'ぞ'
  93. 0x41 = 'だ'
  94. 0x42 = 'ぢ'
  95. 0x43 = 'づ'
  96. 0x44 = 'で'
  97. 0x45 = 'ど'
  98. 0x46 = 'ば'
  99. 0x47 = 'び'
  100. 0x48 = 'ぶ'
  101. 0x49 = 'べ'
  102. 0x4A = 'ぼ'
  103. 0x4B = 'ぱ'
  104. 0x4C = 'ぴ'
  105. 0x4D = 'ぷ'
  106. 0x4E = 'ぺ'
  107. 0x4F = 'ぽ'
  108. 0x50 = 'つ'
  109. 0x51 = '¿'
  110. 0x52 = '¡'
  111.  
  112. # 0x53-0x59 are multi-char
  113. # symbols and are at the end.
  114. 0x5A = 'Í'
  115. 0x5B = '%'
  116. 0x5C = '('
  117. 0x5D = ')'
  118.  
  119. # Main katakana
  120. 0x5E = 'セ'
  121. 0x5F = 'ソ'
  122. 0x60 = 'タ'
  123. 0x61 = 'チ'
  124. 0x62 = 'ツ'
  125. 0x63 = 'テ'
  126. 0x64 = 'ト'
  127. 0x65 = 'ナ'
  128. 0x66 = 'ニ'
  129. 0x67 = 'ヌ'
  130. 0x68 = 'â'
  131. 0x69 = 'ノ'
  132. 0x6A = 'ハ'
  133. 0x6B = 'ヒ'
  134. 0x6C = 'フ'
  135. 0x6D = 'ヘ'
  136. 0x6E = 'ホ'
  137. 0x6F = 'í'
  138. 0x70 = 'ミ'
  139. 0x71 = 'ム'
  140. 0x72 = 'メ'
  141. 0x73 = 'モ'
  142. 0x74 = 'ヤ'
  143. 0x75 = 'ユ'
  144. 0x76 = 'ヨ'
  145. 0x77 = 'ラ'
  146. 0x78 = 'リ'
  147. 0x79 = '↑'
  148. 0x7A = '↓'
  149. 0x7B = '←'
  150. 0x7C = '→'
  151. 0x7D = 'ヲ'
  152. 0x7E = 'ン'
  153. 0x7F = 'ァ'
  154. 0x80 = 'ィ'
  155. 0x81 = 'ゥ'
  156. 0x82 = 'ェ'
  157. 0x83 = 'ォ'
  158. 0x84 = 'ャ'
  159. 0x85 = 'ュ'
  160. 0x86 = 'ョ'
  161. 0x87 = 'ガ'
  162. 0x88 = 'ギ'
  163. 0x89 = 'グ'
  164. 0x8A = 'ゲ'
  165. 0x8B = 'ゴ'
  166. 0x8C = 'ザ'
  167. 0x8D = 'ジ'
  168. 0x8E = 'ズ'
  169. 0x8F = 'ゼ'
  170. 0x90 = 'ゾ'
  171. 0x91 = 'ダ'
  172. 0x92 = 'ヂ'
  173. 0x93 = 'ヅ'
  174. 0x94 = 'デ'
  175. 0x95 = 'ド'
  176. 0x96 = 'バ'
  177. 0x97 = 'ビ'
  178. 0x98 = 'ブ'
  179. 0x99 = 'ベ'
  180. 0x9A = 'ボ'
  181. 0x9B = 'パ'
  182. 0x9C = 'ピ'
  183. 0x9D = 'プ'
  184. 0x9E = 'ペ'
  185. 0x9F = 'ポ'
  186. 0xA0 = 'ッ'
  187.  
  188. # Numbers
  189. 0xA1 = '0'
  190. 0xA2 = '1'
  191. 0xA3 = '2'
  192. 0xA4 = '3'
  193. 0xA5 = '4'
  194. 0xA6 = '5'
  195. 0xA7 = '6'
  196. 0xA8 = '7'
  197. 0xA9 = '8'
  198. 0xAA = '9'
  199.  
  200. #punctuation
  201. 0xAB = '!'
  202. 0xAC = '?'
  203. 0xAD = '.'
  204. 0xAE = '-'
  205. 0xAF = '‧'
  206. 0xB0 = '..'
  207. 0xB1 = '“'
  208. 0xB2 = '”'
  209. 0xB3 = '‘'
  210. 0xB4 = '''
  211. 0xB5 = '♂'
  212. 0xB6 = '♀'
  213.  
  214. # Really pokedollar sign
  215. # I suppose yen would be more appropriate...
  216. 0xB7 = '$'
  217.  
  218. 0xB8 = ','
  219. 0xB9 = '×'
  220. 0xBA = '/'
  221.  
  222. # Capital latin letters
  223. 0xBB = 'A'
  224. 0xBC = 'B'
  225. 0xBD = 'C'
  226. 0xBE = 'D'
  227. 0xBF = 'E'
  228. 0xC0 = 'F'
  229. 0xC1 = 'G'
  230. 0xC2 = 'H'
  231. 0xC3 = 'I'
  232. 0xC4 = 'J'
  233. 0xC5 = 'K'
  234. 0xC6 = 'L'
  235. 0xC7 = 'M'
  236. 0xC8 = 'N'
  237. 0xC9 = 'O'
  238. 0xCA = 'P'
  239. 0xCB = 'Q'
  240. 0xCC = 'R'
  241. 0xCD = 'S'
  242. 0xCE = 'T'
  243. 0xCF = 'U'
  244. 0xD0 = 'V'
  245. 0xD1 = 'W'
  246. 0xD2 = 'X'
  247. 0xD3 = 'Y'
  248. 0xD4 = 'Z'
  249.  
  250. # Lowercase latin letters
  251. 0xD5 = 'a'
  252. 0xD6 = 'b'
  253. 0xD7 = 'c'
  254. 0xD8 = 'd'
  255. 0xD9 = 'e'
  256. 0xDA = 'f'
  257. 0xDB = 'g'
  258. 0xDC = 'h'
  259. 0xDD = 'i'
  260. 0xDE = 'j'
  261. 0xDF = 'k'
  262. 0xE0 = 'l'
  263. 0xE1 = 'm'
  264. 0xE2 = 'n'
  265. 0xE3 = 'o'
  266. 0xE4 = 'p'
  267. 0xE5 = 'q'
  268. 0xE6 = 'r'
  269. 0xE7 = 's'
  270. 0xE8 = 't'
  271. 0xE9 = 'u'
  272. 0xEA = 'v'
  273. 0xEB = 'w'
  274. 0xEC = 'x'
  275. 0xED = 'y'
  276. 0xEE = 'z'
  277.  
  278. # Other Symbols
  279. 0xEF = '►'
  280. 0xF0 = ':'
  281. 0xF1 = 'Ä'
  282. 0xF2 = 'Ö'
  283. 0xF3 = 'Ü'
  284. 0xF4 = 'ä'
  285. 0xF5 = 'ö'
  286. 0xF6 = 'ü'
  287. 0xFB = '+'
  288.  
  289. 0xFE = '\n'
  290.  
  291.  
  292. # All duplicate and multi-char symbols
  293. # be placed at the end of this file...
  294. 0x2E = '+'
  295. 0x34 = 'Lv'
  296. 0x53 = 'PK'
  297. 0x54 = 'MN'
  298. 0x55 = 'PO'
  299. 0x56 = 'Ké'
  300. 0x57 = 'BL'
  301. 0x58 = 'OC'
  302. 0x59 = 'K'
  303. 0xF7 = '↑'
  304. 0xF8 = '↓'
  305. 0xF9 = '←'
  306. 0xFA = '→'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement