Author Topic: Pre-Release Question  (Read 807 times)

Silber_ZR

  • Iokan (+1)
  • *
  • Posts: 4
    • View Profile
Pre-Release Question
« on: August 27, 2005, 04:55:40 pm »
I was looking through the Pre-Release section and I noticed something I think is interesting in the part about an 8th character.

In one of the screenshots, Gasper's character slot has the name "xT". The article goes on to mention that the name "is obviously garbage" and was just a result of the game trying to acess data it normally shouldn't need to find. As soon as I saw the screenshot, it reminded me of the error where Ayla was named "OM2" in the early game information. Later on it was discovered that "OM2" corrosponded in English to where the letters of her name in Japanese would have shown up. Looking over the pictures of the Japanese and English character sets, "xT" seems to correspond with the Hiragana for "muna".

Does anyone know what "muna" means or thinks that it's of any importance that it's what the game tried to refer to the 8th character as?

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Pre-Release Question
« Reply #1 on: August 27, 2005, 11:17:53 pm »
I remember the OM2 picture, that's a screenshot from early in the English translation where the font was being replaced from Japanese, and the hex values didn't match the correct font characters.

The "muna" translation wouldn't apply here, since we're dealing with the original Japanese version.  "xT   " is the original garbage, if that makes sense.  I should point out the Japanese version has a few English letters like you see there, but not all.  It's pulling the next 5 bytes from where it's getting the character names.  Just like the garbage graphics in battle - it's getting the next 5 bytes to use as the PC sprite data.  In that situation the next 5 bytes are actually the start of the NPC sprite data.  The game is actually displaying Melchior, but it looks like garbage because the game isn't decompressing it.

There isn't any evidence there was ever supposed to be an 8th playable character.  The solider map graphic can be loaded as a party member on the overworld because it's the data directly following the original 7 (like the example above), and is stored in the same compressed packet.  BTW, I investigated that a while back and found it wasn't loading the palette to where the PC palettes are stored in memory.  IOW, it was treating it as an NPC.

It appears the map soldier was meant to block access to certain 600/1000 AD areas (like the overworlds in other RPGs) before you were meant to go there.  The only 2 completed frames seem to suggest that, so that the character could do the standard "walk while standing still" animation.

Silber_ZR

  • Iokan (+1)
  • *
  • Posts: 4
    • View Profile
Pre-Release Question
« Reply #2 on: August 28, 2005, 04:53:24 pm »
Wow. Goes to show how much I know about this kind of thing! And here I thought I'd found out something half-way interesting! :)

Thanks for clearing everything up for me, JLukas. You must really know your stuff!