We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Talk:1942 (Game Boy Color)
Jump to navigation
Jump to search
0002 A14D: 95 A4 97 96 9B A6 A5 E5 E5 E5 E5 E5 E5 9F 93 AA ........ ........ 0002 A15D: E5 E5 9E 9B A8 97 A5 E5 E5 E5 E5 9F 93 AA E5 E5 ........ ........ 0002 A16D: A4 A1 9E 9E A5 E5 E5 E5 E5 96 97 A5 9B E5 E5 96 ........ ........ 0002 A17D: A7 96 97 E5 E5 E5 E5 E5 E5 E5 AF AD B1 AF E5 E5 ........ ........ 0002 A18D: E5 E5 E5 E5 A6 97 95 9A A0 A1 E5 93 9E 9E 93 9A ........ ........ 0002 A19D: E5 99 DA 60 1C 3A E8 60 18 E3 F6 60 14 51 04 61 ...`.:.` ...`.Q.a 0002 A1AD: 10 1F 12 61 0C D6 20 61 08 AD 2E 61 04 68 08 ED ...a.. a ...a.h.. 0002 A1BD: 79 00 6A 08 2D 7A 00 00 80 00 10 E0 61 00 80 20 y.j.-z.. ....a..
In fact, the ASCII is not anywhere in the ROM. Are the strings not stored as ASCII? - Andlabs 22:08, 10 April 2013 (EDT)
- It's definitely not ASCII.
- Here's what I can gather about the text table from the hex dump you posted:
93 = A 94 = B 95 = C 96 = D 97 = E 98 = F 99 = G 9A = H 9B = I 9C = J 9D = K 9E = L 9F = M A0 = N A1 = O A2 = P A3 = Q A4 = R A5 = S A6 = T A7 = U A8 = V A9 = W AA = X AB = Y AC = Z AD = 0 AE = 1 AF = 2 B0 = 3 B1 = 4 B2 = 5 B3 = 6 B4 = 7 B5 = 8 B6 = 9 E5 = <space>
- --Mattrizzle 23:01, 10 April 2013 (EDT)