Anonymous

Changes

From Final Fantasy Inside

FF7/Field/DialogWindow

769 bytes added, 05:14, 23 May 2019
m
12 revisions imported
F9 - usual letter.
FA - copied to string together with next byte. Increment letters data by 1 and byte data by 2. Used in the Japanese version to print special characters from the extended font. The sequence 0xFA00 translates to screen as '必'.
FB - copied to string together with next byte. Increment letters data by 1 and byte data by 2. Used in the Japanese version to print special characters from the extended font. The sequence 0xFB00 translates to screen as '安'.
FC - copied to string together with next byte. Increment letters data by 1 and byte data by 2. Used in the Japanese version to print special characters from the extended font. The sequence 0xFC00 translates to screen as '由'.
FD - copied to string together with next byte. Increment letters data by 1 and byte data by 2. Used in the Japanese version to print special characters from the extended font. The sequence 0xFD00 translates to screen as '友'.
FE - special opcode. Write FE to string. Increment byte data by 1. Read next byte and do something according to it. Case 00-D1 are used in the Japanese version to print special characters from the extended font. The sequence 0xFE00 translates to screen as '孫'.
FED2 - increment byte data by 1. Write this byte to string. (colour formater: Gray)
FED3 - increment byte data by 1. Write this byte to string. (colour formater: Blue)
FED4 - increment byte data by 1. Write this byte to string. (colour formater: Red)
FED5 - increment byte data by 1. Write this byte to string. (colour formater: Purple)
FED6 - increment byte data by 1. Write this byte to string. (colour formater: Green)
FED7 - increment byte data by 1. Write this byte to string. (colour formater: Cyan)
FED8 - increment byte data by 1. Write this byte to string. (colour formater: Yellow)
FED9 - increment byte data by 1. Write this byte to string. (colour formater: White)
FEDA - increment byte data by 1. Write this byte to string. (colour formater: Flash)
FEDB - increment byte data by 1. Write this byte to string. (colour formater: Rainbow)
FEDC - remove FE from string by decrement byte data by 1. Set window state to 0xD. Write 0x0000 to 80114470 array. Write 0x0001 to 80114480 array. End string copying. Write FF to string.